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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeObservation
IdObservation-KCHIPPregnancyContextExample.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 KCHIPPregnancyContextExample

status: Final

code: Pregnancy Context Panel

subject: Achieng Grace Odhiambo Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)

effective: 2026-05-10 09:00:00+0300

component

code: Gravida

value: 3

component

code: Parity

value: 2

component

code: History of Pregnancies Narrative

value: Previous SVD x2; no complications. Current pregnancy: previous caesarean section risk noted.

component

code: Last menstrual period start date

value: 2025-08-14

component

code: Delivery date Estimated

value: 2026-05-21

component

code: Gestational age

value: 36 wk (Details: UCUM codewk = 'wk')

component

code: Gestational age Estimated from last menstrual period and ultrasound

value: 35 wk (Details: UCUM codewk = 'wk')


Source1

{
  "resourceType": "Observation",
  "id": "KCHIPPregnancyContextExample",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-pregnancy-context"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
        "code": "pregnancy-context-panel",
        "display": "Pregnancy Context Panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/KisumuPatientExample"
  },
  "effectiveDateTime": "2026-05-10T09:00:00+03:00",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11996-6",
            "display": "Gravida"
          }
        ]
      },
      "valueInteger": 3
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11977-6",
            "display": "Parity"
          }
        ]
      },
      "valueInteger": 2
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8691-8",
            "display": "History of Pregnancies Narrative"
          }
        ]
      },
      "valueString": "Previous SVD x2; no complications. Current pregnancy: previous caesarean section risk noted."
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8665-2",
            "display": "Last menstrual period start date"
          }
        ]
      },
      "valueDateTime": "2025-08-14"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11778-8",
            "display": "Delivery date Estimated"
          }
        ]
      },
      "valueDateTime": "2026-05-21"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "18185-9",
            "display": "Gestational age"
          }
        ]
      },
      "valueQuantity": {
        "value": 36,
        "unit": "wk",
        "system": "http://unitsofmeasure.org",
        "code": "wk"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11884-4",
            "display": "Gestational age Estimated from last menstrual period and ultrasound"
          }
        ]
      },
      "valueQuantity": {
        "value": 35,
        "unit": "wk",
        "system": "http://unitsofmeasure.org",
        "code": "wk"
      }
    }
  ]
}