HL7 FHIR Implementation Guide: Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting
0.1.0 - STU 1 Ballot

This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: BEST Patient Age Group - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="BESTPatientAgeGroup"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-patientagegroup"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="46251-5"/>
      <display value="Age group"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/BESTPatient"/>
  </subject>
  <valueCodeableConcept>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.3.989.2.1.1.9"/>
      <code value="5"/>
      <display value="Adult"/>
    </coding>
  </valueCodeableConcept>
</Observation>