Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active June 22, 2017 10:38
Show Gist options
  • Save KevinMayfield/06b11df3b6e5dac08d0c00155ed01c79 to your computer and use it in GitHub Desktop.
Save KevinMayfield/06b11df3b6e5dac08d0c00155ed01c79 to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<id value="6aed30c2-dcbe-460a-8738-a5f60a4248ff"/>
<meta>
<lastUpdated value="2017-06-02T08:51:27.827+01:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="[baseUrl]/Immunization?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/>
</link>
<entry>
<fullUrl value="[baseUrl]/Immunization/24956"/>
<resource>
<Immunization xmlns="http://hl7.org/fhir">
<id value="24956"/>
<meta>
<lastUpdated value="2017-06-02T08:48:28.340+01:00"/>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Immunization-1"/>
</meta>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-DateRecorded-1">
<valueDateTime value="2016-03-01T09:30:00+00:00"/>
</extension>
<status value="in-progress"/>
<date value="2016-03-01T09:30:00+00:00"/>
<vaccineCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="396429000"/>
<display value="Measles, mumps and rubella vaccine (substance)"/>
</coding>
</vaccineCode>
<patient>
<reference value="Patient/24966"/>
<display value="Bernie Kanfeld"/>
</patient>
<wasNotGiven value="false"/>
<reported value="false"/>
<performer>
<reference value="Practitioner/24967"/>
<display value="Dr Bhatia"/>
</performer>
<lotNumber value="63259874"/>
<expirationDate value="2020-01-01"/>
<vaccinationProtocol>
<doseSequence value="1"/>
<targetDisease>
<coding>
<system value="http://snomed.info/sct"/>
<code value="14189004"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="36653000"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="36989005"/>
</coding>
</targetDisease>
<doseStatus>
<coding>
<system value="http://hl7.org/fhir/vaccination-protocol-dose-status"/>
<code value="count"/>
<display value="Counts"/>
</coding>
</doseStatus>
</vaccinationProtocol>
</Immunization>
</resource>
<search>
<mode value="match"/>
</search>
</entry>
</Bundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment