MyHealth@Eu Hospital Discharge Report
0.1.0-preview - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.1.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Condition - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ExampleConditionHdr",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/condition-hdr-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleConditionHdr</b></p><a name=\"ExampleConditionHdr\"> </a><a name=\"hcExampleConditionHdr\"> </a><a name=\"ExampleConditionHdr-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-condition-hdr-myhealtheu.html\">Condition: HDR</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span>, <span title=\"Codes:{http://snomed.info/sct 278307001}\">On admission</span>, <span title=\"Codes:{http://snomed.info/sct 69845001}\">Received therapy or drug for</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E11}\">Type 2 diabetes mellitus</span></p><p><b>subject</b>: <a href=\"Patient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.html\">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>onset</b>: 2020-05-01</p><p><b>recordedDate</b>: 2025-04-28</p><p><b>recorder</b>: <a href=\"Practitioner-b06b2c2c-15dd-4e58-b27e-37326ba51407.html\">Practitioner Anna Smith </a></p><p><b>asserter</b>: <a href=\"Practitioner-b06b2c2c-15dd-4e58-b27e-37326ba51407.html\">Practitioner Anna Smith </a></p></div>"
  },
  "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" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "278307001",
          "display" : "On admission"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "69845001",
          "display" : "Received therapy or drug for"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "code" : "E11",
        "display" : "Type 2 diabetes mellitus"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "onsetDateTime" : "2020-05-01",
  "recordedDate" : "2025-04-28",
  "recorder" : {
    🔗 "reference" : "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
  },
  "asserter" : {
    🔗 "reference" : "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
  }
}