DK MedCom Condition List
1.0.0 - ci-build

DK MedCom Condition List, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-conditionlist/ and changes regularly. See the Directory of published versions

: Condition instance - 1st ConditionList - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "f90a8472-6495-4865-be5d-fae6650a033e",
  "meta" : {
    "profile" : [
      🔗 "http://medcomfhir.dk/ig/conditionlist/StructureDefinition/medcom-conditionlist-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition f90a8472-6495-4865-be5d-fae6650a033e</b></p><a name=\"f90a8472-6495-4865-be5d-fae6650a033e\"> </a><a name=\"hcf90a8472-6495-4865-be5d-fae6650a033e\"> </a><a name=\"f90a8472-6495-4865-be5d-fae6650a033e-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.4.12 DI109}, {urn:oid:1.2.208.176.2.31 K86}\">Hypertensio arterialis essentialis</span></p><p><b>subject</b>: <a href=\"Patient-69e475df-20c8-4f54-8cea-9843568205fd.html\">Elmer Test Hansen (official) Male, DoB: 1947-09-25 ( urn:oid:1.2.208.176.1.2#2509479989)</a></p><p><b>recordedDate</b>: 2024-01-17</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"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.208.176.2.4.12",
        "code" : "DI109",
        "display" : "Essentiel Hypertension"
      },
      {
        "system" : "urn:oid:1.2.208.176.2.31",
        "code" : "K86",
        "display" : "Ukompliceret Hypertension"
      }
    ],
    "text" : "Hypertensio arterialis essentialis"
  },
  "subject" : {
    🔗 "reference" : "Patient/69e475df-20c8-4f54-8cea-9843568205fd"
  },
  "recordedDate" : "2024-01-17"
}