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

FHIR IG analytics

Packagefhir.iptpig
Resource TypeObservation
IdObservation-iptp-ga-obs-001.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 iptp-ga-obs-001

status: Final

category: Exam

code: Gestational age Estimated from last menstrual period

subject: Anonymous Patient Female, DoB Unknown

effective: 2026-03-16

value: 20 weeks (Details: UCUM codewk = 'wk')

note:

ga_band = EARLY (13-20)


Source1

{
  "resourceType": "Observation",
  "id": "iptp-ga-obs-001",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-gestational-age-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11885-1"
      }
    ]
  },
  "subject": {
    "reference": "Patient/iptp-patient-001"
  },
  "effectiveDateTime": "2026-03-16",
  "valueQuantity": {
    "value": 20,
    "unit": "weeks",
    "system": "http://unitsofmeasure.org",
    "code": "wk"
  },
  "note": [
    {
      "text": "ga_band = EARLY (13-20)"
    }
  ]
}