Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. 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/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: ExtendedTranslation Example - Device - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="30367"/>
  <language value="en"/>
  <type value="collection"/>
  <timestamp value="2020-11-13T11:14:52.992+01:00"/>
  <entry>
    <fullUrl value="http://213.249.46.205:8080/NCP/fhir/Observation/987654"/>
    <resource>
      <Observation>
        <id value="987654"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_987654"> </a><p><b>Generated Narrative: Observation</b><a name="987654"> </a><a name="hc987654"> </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 Observation &quot;987654&quot; </p></div><p><b>status</b>: preliminary</p><p><b>code</b>: Appearance of Cerebral spinal fluid <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#10333-3)</span></p></div>
        </text>
        <status value="preliminary"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="10333-3"/>
            <display value="Appearance of Cerebral spinal fluid">
              <extension
                         url="http://hl7.org/fhir/StructureDefinition/translation">
                <extension url="lang">
                  <valueCode value="de-DE"/>
                </extension>
                <extension url="content">
                  <valueString value="Erscheinungsbild:Ersch:Pkt:CSF:Nom:"/>
                </extension>
                <extension
                           url="http://interopehrate.eu/fhir/StructureDefinition/ExtendedTranslation-IEHR">
                  <valueReference>🔗 
                    <reference value="Provenance/1"/>
                  </valueReference>
                </extension>
              </extension>
            </display>
          </coding>
        </code>
      </Observation>
    </resource>
  </entry>
  <entry>
    <fullUrl value="http://213.249.46.205:8080/NCP/fhir/Device/4321"/>
    <resource>
      <Device>
        <id value="4321"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Device_4321"> </a><p><b>Generated Narrative: Device</b><a name="4321"> </a><a name="hc4321"> </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 Device &quot;4321&quot; </p></div><p><b>status</b>: active</p><h3>DeviceNames</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>TestDevice</td><td>user-friendly-name</td></tr></table></div>
        </text>
        <status value="active"/>
        <deviceName>
          <name value="TestDevice"/>
          <type value="user-friendly-name"/>
        </deviceName>
      </Device>
    </resource>
  </entry>
  <entry>
    <fullUrl value="http://213.249.46.205:8080/NCP/fhir/Provenance/1"/>
    <resource>
      <Provenance>
        <id value="1"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Provenance_1"> </a><p><b>Generated Narrative: Provenance</b><a name="1"> </a><a name="hc1"> </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 Provenance &quot;1&quot; </p></div><p><b>target</b>: See on this page: Observation/987654</p><p><b>occurred</b>: 2020-11-13 11:14:53+0100</p><p><b>recorded</b>: Nov 13, 2020, 10:14:53 AM</p><h3>Agents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Who</b></td></tr><tr><td style="display: none">*</td><td>See on this page: Device/4321</td></tr></table></div>
        </text>
        <target>
          <reference value="Observation/987654"/>
        </target>
        <occurredDateTime value="2020-11-13T11:14:53+01:00"/>
        <recorded value="2020-11-13T11:14:53.044+01:00"/>
        <agent>
          <who>
            <reference value="Device/4321"/>
          </who>
        </agent>
      </Provenance>
    </resource>
  </entry>
</Bundle>