Austrian Patient Summary (R4)
0.2.0 - STU1
Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-AustrianPatientSummary-R4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "AtApsExampleObservationPregnancyOutcome01",
"meta" : {
"profile" : [
🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observationpregnancyoutcome"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Lebendgeburt, 39. SSW, 3450 g, Sectio</div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11636-8"
}
],
"text" : "Schwangerschaftsergebnis"
},
"subject" : {
🔗 "reference" : "Patient/at-aps-example-patient-01",
"display" : "Maria Musterfrau"
},
"effectiveDateTime" : "2025-12-15T15:30:00+01:00",
"performer" : [
{
🔗 "reference" : "Practitioner/at-aps-example-practitioner-01",
"display" : "Hanna Hausärztin"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "281050002",
"display" : "Lebendgeburt"
}
],
"text" : "Lebendgeburt"
}
}