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

: AtApsObservationPregnancyOutcome-Beispiel - JSON Representation

Raw json | Download

{
  "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 Mustermann"
  },
  "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"
  }
}