{
  "resourceType": "Observation",
  "id": "BESTPatientAgeGroup",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-patientagegroup"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 46251-5}\">Age group</span></p><p><b>subject</b>: <a href=\"Patient-BESTPatient.html\">Generated Summary: id: 123456789; CM ; gender: female; birthDate: 1999-06-24</a></p><p><b>value</b>: <span title=\"Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.9 5}\">Adult</span></p></div>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "46251-5",
        "display": "Age group"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BESTPatient"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.9",
        "code": "5",
        "display": "Adult"
      }
    ]
  }
}