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

FHIR IG analytics

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

status: Final

code: ANC Clinical Observations Panel

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

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = ANC Encounter; period = 2026-05-10 09:00:00+0300 --> 2026-05-10 10:00:00+0300

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

component

code: Systolic blood pressure

value: 130 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 85 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Heart rate

value: 82 /min (Details: UCUM code/min = '/min')

component

code: Body weight

value: 72 kg (Details: UCUM codekg = 'kg')

component

code: Fundal height of Uterus by Tape measure

value: 34 cm (Details: UCUM codecm = 'cm')

component

code: Fetal lie

value: Longitudinal lie

component

code: Fetal presentation

value: Cephalic

component

code: Fetal heart sounds (heard/not heard)

value: true

component

code: Fetal Heart rate

value: 148 /min (Details: UCUM code/min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "KCHIPANCVitalsExample",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-anc-vitals"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
        "code": "anc-vitals-panel",
        "display": "ANC Clinical Observations Panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/KisumuPatientExample"
  },
  "encounter": {
    "reference": "Encounter/KisumuEncounterExample"
  },
  "effectiveDateTime": "2026-05-10T09:15:00+03:00",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 130,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 85,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8867-4",
            "display": "Heart rate"
          }
        ]
      },
      "valueQuantity": {
        "value": 82,
        "unit": "/min",
        "system": "http://unitsofmeasure.org",
        "code": "/min"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29463-7",
            "display": "Body weight"
          }
        ]
      },
      "valueQuantity": {
        "value": 72,
        "unit": "kg",
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "11881-0",
            "display": "Fundal height of Uterus by Tape measure"
          }
        ]
      },
      "valueQuantity": {
        "value": 34,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
            "code": "fetal-lie",
            "display": "Fetal lie"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
            "code": "fetal-lie-longitudinal",
            "display": "Longitudinal lie"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
            "code": "fetal-presentation",
            "display": "Fetal presentation"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
            "code": "presentation-cephalic",
            "display": "Cephalic"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
            "code": "fetal-heart-sounds",
            "display": "Fetal heart sounds (heard/not heard)"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "55283-6",
            "display": "Fetal Heart rate"
          }
        ]
      },
      "valueQuantity": {
        "value": 148,
        "unit": "/min",
        "system": "http://unitsofmeasure.org",
        "code": "/min"
      }
    }
  ]
}