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

FHIR IG analytics

Packagemyhealth.eu.fhir.eps
Resource TypeObservation
IdObservation-EPSExampleObservationPregnancyOutcome.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

Generated Narrative: Observation EPSExampleObservationPregnancyOutcome

status: Final

code: [#] Births total

subject: Petra Schwartz

effective: 2026-05-01

performer: PractitionerRole

value: 1 1 (Details: UCUM code1 = '1')


Source1

{
  "resourceType": "Observation",
  "id": "EPSExampleObservationPregnancyOutcome",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/eps/StructureDefinition/observation-pregnancy-outcome-myhealtheu-eps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11640-0",
        "display": "[#] Births total"
      }
    ]
  },
  "subject": {
    "reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
    "display": "Petra Schwartz"
  },
  "effectiveDateTime": "2026-05-01",
  "performer": [
    {
      "reference": "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b"
    }
  ],
  "valueQuantity": {
    "value": 1,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  }
}