Immunization Decision Support Forecast (ImmDS) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Source view
<Parameters xmlns="http://hl7.org/fhir"> <id value="parameters-in-example"/> <parameter> <name value="assessmentDate"/> <valueDate value="2020-06-02"/> </parameter> <parameter> <name value="patient"/> <resource> <Patient> <id value="ImmDSPatientExample"/> <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> </resource> </parameter> <parameter> <name value="immunization"/> <resource> <Immunization> <id value="ImmDSImmunizationExample"/> <status value="completed"/> <vaccineCode> <coding> <system value="http://hl7.org/fhir/sid/cvx"/> <code value="08"/> <display value="Hep B, adolescent or pediatric"/> </coding> </vaccineCode> <patient> <reference value="Patient/ImmDSPatientExample"/> </patient> <occurrenceDateTime value="2020-04-28"/> <primarySource value="true"/> </Immunization> </resource> </parameter> </Parameters>