Immunization Decision Support Forecast Implementation Guide STU1 (Release 0.2.0 Ballot 2)

This page is part of the Immunization Decision Support Forecast FHIR IG (v0.2.0: STU 1 Ballot 2) 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

XML Format: Patient-forecast-example

Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="forecast-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: forecast-example</p><p><b>meta</b>: </p><p><b>identifier</b>: ??</p><p><b>name</b>: null null </p><p><b>gender</b>: male</p><p><b>birthDate</b>: Apr 28, 2019</p></div>
  </text>
  <identifier>
    <system>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </system>
    <value>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </value>
  </identifier>
  <name>
    <family>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </family>
    <given>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </given>
  </name>
  <gender value="male"/>
  <birthDate value="2019-04-28"/>
</Patient>