Shared Health Specification and Guide Version 5.0


v5.0 of this specification has been superseded by v5.3. v5.3 is compatible but adds additional features for Quebec.

The version (Bundle.meta.tag:version) that is sent in the message will remain PrescribeIT5.0

 
Raw XML


<Bundle xmlns="http://hl7.org/fhir">
<!--    id will typically be a guid    -->
  <id value="example-organization-search"/>
<!--    The profile declaration isn't required, but will help with automated validation using existing tools for examples    -->
  <meta>
    <lastUpdated value="2021-04-16T18:46:25.797+00:00"/>
    <profile
             value="http://sharedhealth.exchange/fhir/StructureDefinition/interaction-bundle-query-organization"/>
    <tag>
      <system
              value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedspecificationversion"/>
      <code value="Shared5.0"/>
    </tag>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url
         value="https://api.sharedhealth.exchange/rest/v1/preconf/THP/TPR_vs0/Organization?identifier=200170015"/>
  </link>
  <entry>
    <fullUrl
             value="https://api.sharedhealth.exchange/rest/v1/preconf/THP/TPR_vs0/Organization/200170015"/>
    <resource>
      <Organization>
        <id value="200170015"/>
        <meta>
          <profile
                   value="http://sharedhealth.exchange/fhir/StructureDefinition/profile-organization-tpr"/>
          <tag>
            <system
                    value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedspecificationversion"/>
            <code value="Shared2.0"/>
          </tag>
        </meta>
        <extension
                   url="http://sharedhealth.exchange/fhir/StructureDefinition/ext-entity-service">
          <extension url="status">
            <valueCode value="active"/>
          </extension>
          <extension url="code">
            <valueCode value="prescribeit-rx"/>
          </extension>
        </extension>
        <extension
                   url="http://sharedhealth.exchange/fhir/StructureDefinition/ext-entity-service">
          <extension url="status">
            <valueCode value="active"/>
          </extension>
          <extension url="code">
            <valueCode value="clinician-comm"/>
          </extension>
        </extension>
        <identifier>
          <system
                  value="http://sharedhealth.exchange/fhir/NamingSystem/registry-id-organization"/>
          <value value="200170015"/>
        </identifier>
        <type>
          <coding>
            <system value="http://hl7.org/fhir/v3/RoleCode"/>
            <code value="OUTPHARM"/>
          </coding>
        </type>
        <name value="Sobeys Pharmacy #233 Saint John"/>
        <telecom>
          <system value="phone"/>
          <value value="5066423665"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="fax"/>
          <value value="5066332514"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="email"/>
          <value value="john.bunyan@sobeys.com"/>
          <use value="work"/>
        </telecom>
        <address>
          <type value="physical"/>
          <text value="149 LANSDOWNE AVE SAINT JOHN NB E2K 2Z9 CANADA"/>
          <line value="149 Lansdowne Avenue"/>
          <city value="Saint John"/>
          <state value="NB"/>
          <postalCode value="E2K 2Z9"/>
          <country value="CAN"/>
        </address>
        <partOf>
          <reference value="Organization/200193533"/>
          <display value="Sobeys Drugs"/>
        </partOf>
      </Organization>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>