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

FHIR IG analytics

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

status: Final

category: Social History

code: Age

subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)

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

performer: Practitioner Kehinde Adebayo

component

code: Months (mo)

value: 74 month

component

code: Birth weight Measured

value: 3200 g


Source1

{
  "resourceType": "Observation",
  "id": "NgObservation-003",
  "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-003"
  },
  "effectiveDateTime": "2025-11-04T10:10:00Z",
  "performer": [
    {
      "reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/age-component-codes",
            "code": "mn",
            "display": "Months (mo)"
          }
        ]
      },
      "valueQuantity": {
        "value": 74,
        "unit": "month",
        "system": "http://unitsofmeasure.org"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8339-4",
            "display": "Birth weight Measured"
          }
        ]
      },
      "valueQuantity": {
        "value": 3200,
        "unit": "g",
        "system": "http://unitsofmeasure.org"
      }
    }
  ]
}