Implementation Guide for fælleskommunal informationsmodel
0.7.0 - CI Build Denmark flag

Implementation Guide for fælleskommunal informationsmodel - Local Development build (v0.7.0). See the Directory of published versions

: ConditionPressureUlcer - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "ConditionPressureUlcer",
  "meta" : {
    "profile" : [
      "http://kl.dk/fhir/common/caresocial/StructureDefinition/KLCommonCareSocialCondition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"ConditionPressureUlcer\"> </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;ConditionPressureUlcer&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-KLCommonCareSocialCondition.html\">Condition</a></p></div><p><b>FollowupEncounter</b>: <a href=\"Encounter-MarkFollowUpPlanned.html\">Encounter/MarkFollowUpPlanned</a></p><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>code</b>: Tryksår i stadium 2, siddende på venstre lår. 4cmx5cm, dybde 3mm, ingen infektion. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-FSIII.html\">FSIII</a>#I4.4 &quot;Problemer med tryksår&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#420324007 &quot;Pressure ulcer stage 2&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-Mark.html\">Patient/Mark</a> &quot; JENSEN&quot;</p><p><b>recordedDate</b>: 2020-06-05</p><p><b>asserter</b>: <a href=\"Practitioner-HanneFraVisitationenAalborg.html\">Practitioner/HanneFraVisitationenAalborg</a> &quot; SIMONSEN&quot;</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"Observation-SkinInformationMark.html\">Observation/SkinInformationMark</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://kl.dk/fhir/common/caresocial/StructureDefinition/FollowUpEncounter",
      "valueReference" : {
        "reference" : "Encounter/MarkFollowUpPlanned"
      }
    }
  ],
  "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"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://kl.dk/fhir/common/caresocial/CodeSystem/FSIII",
        "code" : "I4.4",
        "display" : "Problemer med tryksår"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "420324007",
        "display" : "Pressure ulcer stage 2"
      }
    ],
    "text" : "Tryksår i stadium 2, siddende på venstre lår. 4cmx5cm, dybde 3mm, ingen infektion."
  },
  "subject" : {
    "reference" : "Patient/Mark"
  },
  "recordedDate" : "2020-06-05",
  "asserter" : {
    "reference" : "Practitioner/HanneFraVisitationenAalborg"
  },
  "evidence" : [
    {
      "detail" : [
        {
          "reference" : "Observation/SkinInformationMark"
        }
      ]
    }
  ]
}