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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeObservation
IdObservation-UC3-Observation-Pregnancy.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 UC3-Observation-Pregnancy

status: Final

category: Social History

code: Pregnancy status

subject: Laura Sophie Weber Female, DoB: 1996-12-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090122647590)

effective: 2025-09-10 10:00:00+0200

performer: PractitionerRole General physician

value: Pregnant


Source1

{
  "resourceType": "Observation",
  "id": "UC3-Observation-Pregnancy",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-observation-pregnancy-status"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "82810-3",
        "display": "Pregnancy status"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UC3-Patient-LauraWeber"
  },
  "effectiveDateTime": "2025-09-10T10:00:00+02:00",
  "performer": [
    {
      "reference": "PractitionerRole/UC3-PractitionerRole-Hausarzt"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "77386006",
        "display": "Pregnant"
      }
    ]
  }
}