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

Difference between revisions of "FHIR immunization Page"

From HL7Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
Suggest should have some similarity to MedicationAdministration
 
Suggest should have some similarity to MedicationAdministration
  
 +
<code>
 
<Immunization xmlns="http://hl7.org/fhir">
 
<Immunization xmlns="http://hl7.org/fhir">
 
  <externalID><!-- 0..* Identifier External Identifier --></externalID>
 
  <externalID><!-- 0..* Identifier External Identifier --></externalID>
Line 28: Line 29:
 
   <quantity><!-- 0..1 Quantity Dose quantity per dose --></quantity>
 
   <quantity><!-- 0..1 Quantity Dose quantity per dose --></quantity>
 
  </dosage>
 
  </dosage>
</Immunization >
+
</Immunization>
 +
</code>

Revision as of 15:35, 16 May 2013

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>