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
{
"resourceType" : "ClinicalImpression",
"id" : "AtApsExampleClinicalImpression01",
"meta" : {
"profile" : [
🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-clinicalimpression"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClinicalImpression AtApsExampleClinicalImpression01</b></p><a name=\"AtApsExampleClinicalImpression01\"> </a><a name=\"hcAtApsExampleClinicalImpression01\"> </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-clinicalimpression.html\">AT APS ClinicalImpression</a></p></div><p><b>identifier</b>: 12345</p><p><b>status</b>: Completed</p><p><b>description</b>: Dieser 26-jährige männliche Patient wird nach einem Verkehrsunfall mit dem Krankenwagen in die Notaufnahme gebracht.</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>effective</b>: 2014-12-06 20:00:00+1100 --> 2014-12-06 22:33:00+1100</p><p><b>date</b>: 2014-12-06 22:33:00+1100</p><p><b>assessor</b>: <a href=\"Practitioner-at-aps-example-practitioner-01.html\">Hanna Hausärztin</a></p><p><b>problem</b>: MVA</p><blockquote><p><b>investigation</b></p><p><b>code</b>: <span title=\"Codes:\">Erstuntersuchung</span></p><p><b>item</b>: </p><ul><li>tiefe Platzwunde an der Kopfhaut</li><li>verminderte Bewusstseinslage</li><li>zeitlich und örtlich desorientiert</li><li>unruhig</li></ul></blockquote><p><b>summary</b>: Vorläufige Diagnosen: Kopfverletzung und traumatische Hirnverletzung</p></div>"
},
"identifier" : [
{
"value" : "12345"
}
],
"status" : "completed",
"description" : "Dieser 26-jährige männliche Patient wird nach einem Verkehrsunfall mit dem Krankenwagen in die Notaufnahme gebracht.",
"subject" : {
"reference" : "Patient/HL7ATCorePatientExample01",
"display" : "Max Mustermann"
},
"effectivePeriod" : {
"start" : "2014-12-06T20:00:00+11:00",
"end" : "2014-12-06T22:33:00+11:00"
},
"date" : "2014-12-06T22:33:00+11:00",
"assessor" : {
🔗 "reference" : "Practitioner/at-aps-example-practitioner-01",
"display" : "Hanna Hausärztin"
},
"problem" : [
{
"display" : "MVA"
}
],
"investigation" : [
{
"code" : {
"text" : "Erstuntersuchung"
},
"item" : [
{
"display" : "tiefe Platzwunde an der Kopfhaut"
},
{
"display" : "verminderte Bewusstseinslage"
},
{
"display" : "zeitlich und örtlich desorientiert"
},
{
"display" : "unruhig"
}
]
}
],
"summary" : "Vorläufige Diagnosen: Kopfverletzung und traumatische Hirnverletzung"
}