This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

FHIR immunization Page

From HL7Wiki
Jump to navigation Jump to search

Welcome to "Immunization Resource" discussion page. Please put any comments about this page here. Contents will be reviewed periodically.

Discussion

Suggest should have some similarity to MedicationAdministration

<Immunization xmlns="http://hl7.org/fhir">

<externalID></externalID>
<status value="[code]"/>
<patient></patient>
<practitioner></practitioner>
<performer></performer>
<visit></visit>
<wasNotGiven value="[boolean]"/>
<reasonNotGiven></reasonNotGiven>
<whenGiven></whenGiven>
<reported value="[boolean]"/>
<medication></medication>
<lotNumber value="[string]"/>
<dosage>  
 <doseSequence value="[integer]"/>
 <site></site>
 <route></route>
 <method></method>
 <quantity></quantity>
</dosage>

</Immunization >