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
(Created page with "{{FHIR Discussion Page}} <!--Category:Active FHIR Discussion--> Welcome to "Immunization Resource" discussion page. Please put any comments about this page here. Contents wi...")
 
Line 5: Line 5:
  
 
=Discussion=
 
=Discussion=
(go ahead! first discussion here!)
+
 
 +
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 >

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 >