FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeObservation
IdObservation-AtApsExampleObservationPregnancyOutcome01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Lebendgeburt, 39. SSW, 3450 g, Sectio

Source1

{
  "resourceType": "Observation",
  "id": "AtApsExampleObservationPregnancyOutcome01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-observationpregnancyoutcome"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}