Immunization Decision Support Forecast (ImmDS) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Source view
<Patient xmlns="http://hl7.org/fhir"> <id value="ImmDSPatientExample"/> <meta> <profile value="http://hl7.org/fhir/us/ImmunizationFHIRDS/StructureDefinition/immds-patient"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: ImmDSPatientExample</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical record number = 1234</p><p><b>name</b>: Gene Wellington </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 2020-04-28</p></div> </text> <identifier> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/> <code value="MR"/> </coding> </type> <system value="http://www.acme.com/identifiers/patient"/> <value value="1234"/> </identifier> <name> <family value="Wellington"/> <given value="Gene"/> </name> <gender value="male"/> <birthDate value="2020-04-28"/> </Patient>