SMART Health Cards: Vaccination & Testing Implementation Guide
1.0.0 - STU1 Release International flag

SMART Health Cards: Vaccination & Testing Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-shc-vaccination-ig/ and changes regularly. See the Directory of published versions

: example-bundle-lab-test-results-covid-4 - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <type value="collection"/>
  <entry>
    <fullUrl value="resource:0"/>
    <resource>
      <Patient>
        <name>
          <family value="Anyperson"/>
          <given value="James"/>
          <given value="T."/>
        </name>
        <birthDate value="1951-01-20"/>
      </Patient>
    </resource>
  </entry>
  <entry>
    <fullUrl value="resource:1"/>
    <resource>
      <Observation>
        <meta>
          <security>
            <system value="https://smarthealth.cards/ial"/>
            <code value="IAL2"/>
          </security>
        </meta>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="94558-4"/>
          </coding>
        </code>
        <subject>
          <reference value="resource:0"/>
        </subject>
        <effectiveDateTime value="2021-02-17"/>
        <performer>
          <display value="ABC General Hospital"/>
        </performer>
        <valueCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="260373001"/>
          </coding>
        </valueCodeableConcept>
      </Observation>
    </resource>
  </entry>
</Bundle>