FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Observation |
| Id | Observation-AtApsExampleObservationPregnancyOutcome01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}
}