Médicosocial - Suivi Décisions Orientation
4.0.2-ballot-2 - trial-use France flag

This page is part of the Médicosocial - Suivi Décisions Orientation (v4.0.2-ballot-2: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: id-exemple-bundle-resultat-recherche-decision-evaluation - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="id-exemple-bundle-resultat-recherche-decision-evaluation"/>
  <meta>
    <profile
             value="https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/esms-bundle-resultat-recherche-decision-evaluation"/>
  </meta>
  <type value="searchset"/>
  <entry>
    <fullUrl value="https://example.com/base/DocumentReference/exemple1"/>
    <resource>
      <DocumentReference>
        <id value="exemple1"/>
        <meta>
          <lastUpdated value="2023-01-26T16:46:48.054+00:00"/>
          <profile
                   value="https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/esms-document-reference"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: DocumentReference</b><a name="exemple1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource DocumentReference &quot;exemple1&quot; Updated &quot;2023-01-26 16:46:48+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-esms-document-reference.html">ESMSDocumentReference</a></p></div><p><b>identifier</b>: idDecision1 (use: USUAL), idNat_Decision1 (use: OFFICIAL)</p><p><b>status</b>: current</p><p><b>type</b>: Admission request Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#57830-2)</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Data</b></td><td><b>Title</b></td></tr><tr><td style="display: none">*</td><td>text/plain</td><td>fr</td><td>(base64 data - 11 bytes)</td><td>Document Individu et décision</td></tr></table></blockquote></div>
        </text>
        <identifier>
          <use value="usual"/>
          <value value="idDecision1"/>
        </identifier>
        <identifier>
          <use value="official"/>
          <value value="idNat_Decision1"/>
        </identifier>
        <status value="current"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="57830-2"/>
            <display value="Admission request Document"/>
          </coding>
        </type>
        <content>
          <attachment>
            <contentType value="text/plain"/>
            <language value="fr"/>
            <data value="SGVsbG8gd29ybGQ="/>
            <title value="Document Individu et décision"/>
          </attachment>
        </content>
      </DocumentReference>
    </resource>
  </entry>
  <entry>
    <fullUrl value="https://example.com/base/DocumentReference/exemple2"/>
    <resource>
      <DocumentReference>
        <id value="exemple2"/>
        <meta>
          <lastUpdated value="2019-12-08T10:07:46.748+00:00"/>
          <profile
                   value="https://interop.esante.gouv.fr/ig/fhir/sdo/StructureDefinition/esms-document-reference"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: DocumentReference</b><a name="exemple2"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource DocumentReference &quot;exemple2&quot; Updated &quot;2019-12-08 10:07:46+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-esms-document-reference.html">ESMSDocumentReference</a></p></div><p><b>identifier</b>: idDecision2 (use: USUAL), idNat_Decision2 (use: OFFICIAL)</p><p><b>status</b>: current</p><p><b>type</b>: Admission request Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#57830-2)</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Data</b></td><td><b>Title</b></td></tr><tr><td style="display: none">*</td><td>text/plain</td><td>fr</td><td>(base64 data - 11 bytes)</td><td>Document Individu et décision</td></tr></table></blockquote></div>
        </text>
        <identifier>
          <use value="usual"/>
          <value value="idDecision2"/>
        </identifier>
        <identifier>
          <use value="official"/>
          <value value="idNat_Decision2"/>
        </identifier>
        <status value="current"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="57830-2"/>
            <display value="Admission request Document"/>
          </coding>
        </type>
        <content>
          <attachment>
            <contentType value="text/plain"/>
            <language value="fr"/>
            <data value="SGVsbG8gd29ybGQ="/>
            <title value="Document Individu et décision"/>
          </attachment>
        </content>
      </DocumentReference>
    </resource>
  </entry>
</Bundle>