Implementation Guide for fælleskommunal informationsmodel
1.2.0 - release

This page is part of the KLCore (v1.2.0: Release) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Andreas rengøring med notat - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "ConditionCleaningWithNote",
  "meta" : {
    "profile" : [
      "http://fhir.kl.dk/core/StructureDefinition/KLCommonCareSocialCondition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"ConditionCleaningWithNote\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Condition &quot;ConditionCleaningWithNote&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-KLCommonCareSocialCondition.html\">Condition</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Svært nedsat funktionsevne <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FFB.html\">FFB</a>#cae545f5-2813-4d79-98fc-0a7d770af3cd)</span></p><p><b>code</b>: Gøre rent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FFB.html\">FFB</a>#8f32c948-41c4-49d7-8913-cdeede2e7fe1)</span></p><p><b>subject</b>: <a href=\"Patient-Andreas.html\">Patient/Andreas</a> &quot; HANSEN&quot;</p><p><b>recordedDate</b>: 2020-08-12</p><p><b>asserter</b>: <a href=\"Practitioner-BirteFraVisitationenMorsoe.html\">Practitioner/BirteFraVisitationenMorsoe</a> &quot; MATHIASSEN&quot;</p><p><b>note</b>: Andreas er blevet bedre til at rydde op og gøre rent efter sig, når han har spist. Ryddelighed og renlighed på værelset kræver fortsat meget støtte (By Practitioner/AnneFraHvidbjerghus)</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.208.176.2.22",
        "code" : "cae545f5-2813-4d79-98fc-0a7d770af3cd",
        "display" : "Svært nedsat funktionsevne"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.208.176.2.22",
        "code" : "8f32c948-41c4-49d7-8913-cdeede2e7fe1",
        "display" : "Gøre rent"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Andreas"
  },
  "recordedDate" : "2020-08-12",
  "asserter" : {
    "reference" : "Practitioner/BirteFraVisitationenMorsoe"
  },
  "note" : [
    {
      "authorReference" : {
        "reference" : "Practitioner/AnneFraHvidbjerghus"
      },
      "text" : "Andreas er blevet bedre til at rydde op og gøre rent efter sig, når han har spist. Ryddelighed og renlighed på værelset kræver fortsat meget støtte"
    }
  ]
}