CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

MHD Find Document Manifests - XML Representation

(back to description)

Raw xml

Source view



<Bundle xmlns="http://hl7.org/fhir">
  <id value="Bundle-FindDocumentManifests"/>
  <meta>
    <lastUpdated value="2020-10-14T07:56:23.916+00:00"/>
    <profile
             value="http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-mhd-comprehensive-documentmanifest-bundle"/>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url
         value="http://example.com/DocumentManifest?patient.identifier=urn:oid:2.999|11111111&amp;status=current"/>
  </link>
  <entry>
    <fullUrl value="urn:uuid:68a928c0-df48-4743-a291-bfb0609bbddc"/>
    <resource>
      <DocumentManifest>
        <text>
          <status value="extensions"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>CH Extension Author AuthorRole</b>: <span title="{urn:oid:2.16.756.5.30.1.127.3.10.6 HCP}">Healthcare professional</span></p><p><b>masterIdentifier</b>: id: urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949</p><p><b>identifier</b>: id: urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a</p><p><b>status</b>: current</p><p><b>type</b>: <span title="Codes: {http://snomed.info/sct 71388002}">Procedure (procedure)</span></p><p><b>subject</b>: <a href="http://example.org/Patient/FranzMusterNeedsAbsoluteUrl">http://example.org/Patient/FranzMusterNeedsAbsoluteUrl</a></p><p><b>created</b>: Jun 29, 2020, 2:01:30 PM</p><p><b>source</b>: <a href="urn:oid:1.3.6.1.4.1.12559.11.13.2.5">urn:oid:1.3.6.1.4.1.12559.11.13.2.5</a></p><p><b>content</b>: <a href="http://example.org/DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f">http://example.org/DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f</a></p></div>
        </text>
        <extension
                   url="http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-author-authorrole">
          <valueCoding>
            <system value="urn:oid:2.16.756.5.30.1.127.3.10.6"/>
            <code value="HCP"/>
            <display value="Healthcare professional"/>
          </valueCoding>
        </extension>
        <masterIdentifier>
          <value value="urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949"/>
        </masterIdentifier>
        <identifier>
          <system value="urn:ietf:rfc:3986"/>
          <value value="urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a"/>
        </identifier>
        <status value="current"/>
        <type>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="71388002"/>
            <display value="Procedure (procedure)"/>
          </coding>
        </type>
        <subject>
          <reference
                     value="http://example.org/Patient/FranzMusterNeedsAbsoluteUrl"/>
        </subject>
        <created value="2020-06-29T12:01:30+00:00"/>
        <source value="urn:oid:1.3.6.1.4.1.12559.11.13.2.5"/>
        <content>
          <reference
                     value="http://example.org/DocumentReference/50383ae5-49e5-4dea-b0e6-660cb9e7b91f"/>
        </content>
      </DocumentManifest>
    </resource>
  </entry>
</Bundle>