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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeObservation
IdObservation-NgObservation-002.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 NgObservation-002

status: Final

category: Social History

code: Age

subject: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)

effective: 2025-11-04 10:05:00+0000

performer: Practitioner Nkiru Okeke

component

code: Years (y)

value: 38 year

component

code: HIV status

value: Negative


Source1

{
  "resourceType": "Observation",
  "id": "NgObservation-002",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-observation"
    ]
  },
  "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": "30525-0",
        "display": "Age"
      }
    ]
  },
  "subject": {
    "reference": "Patient/NgPatient-002"
  },
  "effectiveDateTime": "2025-11-04T10:05:00Z",
  "performer": [
    {
      "reference": "Practitioner/NgPractitioner-002"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/age-component-codes",
            "code": "yr",
            "display": "Years (y)"
          }
        ]
      },
      "valueQuantity": {
        "value": 38,
        "unit": "year",
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "278977008",
            "display": "HIV status"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-hiv-status",
            "code": "negative",
            "display": "Negative"
          }
        ]
      }
    }
  ]
}