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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeObservation
IdObservation-observation-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 observation-001

status: Final

category: Social History

code: Age

subject: Chinedu Emeka Okafor Male, DoB: 2020-05-15 ( NIN)

effective: 2025-08-15 09:30:00+0100

component

code: Pregnancy status

value: Not Pregnant

component

code: HIV status

value: Negative

component

code: Birth weight Measured

value: 3200

component

code: Age in weeks

value: 5 week

component

code: Age in months

value: 2 month

component

code: Age in years

value: 0 year


Source1

{
  "resourceType": "Observation",
  "id": "observation-001",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/NgImmRUObservation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "30525-0",
        "display": "Age"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-001"
  },
  "effectiveDateTime": "2025-08-15T09:30:00+01:00",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "82810-3",
            "display": "Pregnancy status"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-pregnancy-status",
            "code": "notpregnant"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "278977008",
            "display": "HIV status"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-hiv-status",
            "code": "negative",
            "display": "Negative"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8339-4",
            "display": "Birth weight Measured"
          }
        ]
      },
      "valueQuantity": {
        "value": 3200,
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/CodeSystem/age-component-codes",
            "code": "age-in-weeks",
            "display": "Age in weeks"
          }
        ]
      },
      "valueQuantity": {
        "value": 5,
        "unit": "week",
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/CodeSystem/age-component-codes",
            "code": "age-in-months",
            "display": "Age in months"
          }
        ]
      },
      "valueQuantity": {
        "value": 2,
        "unit": "month",
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://nphcda.gov.ng/ig/CodeSystem/age-component-codes",
            "code": "age-in-years",
            "display": "Age in years"
          }
        ]
      },
      "valueQuantity": {
        "value": 0,
        "unit": "year",
        "system": "http://unitsofmeasure.org"
      }
    }
  ]
}