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

: EjnarProblemerMedMisbrug - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "Condition111",
  "meta" : {
    "profile" : [
      "http://fhir.kl.dk/core/StructureDefinition/KLCommonCareSocialCondition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"Condition111\"> </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;Condition111&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-KLCommonCareSocialCondition.html\">Condition</a></p></div><p><b>ConditionLastAssertedDate</b>: 2020-03-17 10:09:27+0100</p><p><b>FollowupEncounter</b>: <a href=\"Encounter-Encounter333.html\">Encounter/Encounter333</a></p><p><b>dueTo</b>: <a href=\"Condition-Condition444.html\">Condition/Condition444</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>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</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>: Der er problemer med misbrug, særlig drikker borger øl og spiritus om aftenen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#I6.3 &quot;Problemer med misbrug&quot;; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#160590009 &quot;Drinks beer and hard liquor (finding)&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-BorgerEjnar.html\">Patient/BorgerEjnar</a> &quot; LAURIDSEN&quot;</p><p><b>recordedDate</b>: 2020-03-17 10:09:27+0100</p><p><b>asserter</b>: <a href=\"Practitioner-NatasjaFraSygeplejen.html\">Practitioner/NatasjaFraSygeplejen</a> &quot; PETERSEN&quot;</p><h3>Evidences</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail</b></td></tr><tr><td>*</td><td><a href=\"Observation-Observation1234.html\">Observation/Observation1234</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.kl.dk/core/StructureDefinition/ConditionLastAssertedDate",
      "valueDateTime" : "2020-03-17T10:09:27+01:00"
    },
    {
      "url" : "http://fhir.kl.dk/core/StructureDefinition/FollowUpEncounter",
      "valueReference" : {
        "reference" : "Encounter/Encounter333"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/condition-dueTo",
      "valueReference" : {
        "reference" : "Condition/Condition444"
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.208.176.2.21",
        "code" : "I6.3",
        "display" : "Problemer med misbrug"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "160590009",
        "display" : "Drinks beer and hard liquor (finding)"
      }
    ],
    "text" : "Der er problemer med misbrug, særlig drikker borger øl og spiritus om aftenen"
  },
  "subject" : {
    "reference" : "Patient/BorgerEjnar"
  },
  "recordedDate" : "2020-03-17T10:09:27+01:00",
  "asserter" : {
    "reference" : "Practitioner/NatasjaFraSygeplejen"
  },
  "evidence" : [
    {
      "detail" : [
        {
          "reference" : "Observation/Observation1234"
        }
      ]
    }
  ]
}