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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{FHIR Discussion Page}}
 
{{FHIR Discussion Page}}
<!--[[Category:Active FHIR Discussion]]-->
+
[[Category:Active FHIR Discussion]]
  
 
Welcome to "Immunization Resource" discussion page. Please put any comments about this page here. Contents will be reviewed periodically.
 
Welcome to "Immunization Resource" discussion page. Please put any comments about this page here. Contents will be reviewed periodically.
Line 8: Line 8:
 
Suggest should have some similarity to MedicationAdministration
 
Suggest should have some similarity to MedicationAdministration
  
<code>
+
 
 +
<pre>
 
<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 30: Line 31:
 
  </dosage>
 
  </dosage>
 
</Immunization>
 
</Immunization>
</code>
+
</pre>

Latest revision as of 15:44, 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><!-- 0..* Identifier External Identifier --></externalID>
 <status value="[code]"/><!-- 1..1 Administration event status -->
 <patient><!-- 1..1 Resource(Patient) Patient --></patient>
 <practitioner><!-- 1..1 Resource(Practitioner) Practitioner (responsible Health Care professional) --></practitioner>
 <performer><!-- 0..1 Resource(Practitioner) Vaccine Administering Provider Name --></performer>
 <visit><!-- 0..1 Resource(Visit) Current Encounter / Admission --></visit>
 <wasNotGiven value="[boolean]"/><!-- 0..1 Is event negated -->
 <reasonNotGiven><!-- 0..* CodeableConcept Reason event is negated --></reasonNotGiven>
 <whenGiven><!-- 1..1 Period Effective time --></whenGiven>
 <reported value="[boolean]"/><!-- 1..1 If self-reported -->
 <medication><!-- 0..1 Resource(Medication) Medication --></medication>
 <lotNumber value="[string]"/><!-- 0..1 Vaccine Lot Number -->
 <dosage>  <!-- 0..* Medicine administration instructions to the patient/carer -->
  <doseSequence value="[integer]"/><!-- 1..1 Dose Number -->
  <site><!-- 0..1 CodeableConcept Entry site --></site>
  <route><!-- 0..1 CodeableConcept Rout of administration --></route>
  <method><!-- 0..1 CodeableConcept Administration method --></method>
  <quantity><!-- 0..1 Quantity Dose quantity per dose --></quantity>
 </dosage>
</Immunization>