Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtApsCondition-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "AtApsExampleCondition01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition AtApsExampleCondition01</b></p><a name=\"AtApsExampleCondition01\"> </a><a name=\"hcAtApsExampleCondition01\"> </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-at-aps-condition.html\">AT APS Condition</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://snomed.info/sct 404684003}\">Befund</span></p><p><b>severity</b>: <span title=\"Codes:{https://termgit.elga.gv.at/ValueSet/elga-problemseverity 6736007}\">mittel</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 39065001}\">Verbranntes Ohr</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 1910005}\">Entire ear</span></p><p><b>subject</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>onset</b>: 2025-05-24</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://snomed.info/sct",
          "code" : "404684003",
          "display" : "Befund"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "https://termgit.elga.gv.at/ValueSet/elga-problemseverity",
        "code" : "6736007",
        "display" : "mittel"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "39065001",
        "display" : "Burn of ear"
      }
    ],
    "text" : "Verbranntes Ohr"
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1910005",
          "display" : "Entire ear"
        }
      ],
      "text" : "Entire ear"
    }
  ],
  "subject" : {
    "reference" : "Patient/HL7ATCorePatientExample01",
    "display" : "Max Mustermann"
  },
  "onsetDateTime" : "2025-05-24"
}