{
  "resourceType" : "Observation",
  "id" : "NgObservation-003",
  "meta" : {
    "profile" : ["https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation NgObservation-003</b></p><a name=\"NgObservation-003\"> </a><a name=\"hcNgObservation-003\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-observation.html\">NG Observations</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 30525-0}\">Age</span></p><p><b>subject</b>: <a href=\"Patient-NgPatient-003.html\">Suleiman Bala  Male, DoB: 2019-09-05 ( birthcert)</a></p><p><b>effective</b>: 2025-11-04 10:10:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-00124455-e5f6-4789-a123-456789abcdef.html\">Practitioner Kehinde Adebayo </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://fhir-ig.digitalhealth.gov.ng/CodeSystem/age-component-codes mn}\">Months (mo)</span></p><p><b>value</b>: 74 month</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8339-4}\">Birth weight Measured</span></p><p><b>value</b>: 3200 g</p></blockquote></div>"
  },
  "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://fhir-ig.digitalhealth.gov.ng/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"
    }
  }]
}