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 - Practitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "30366",
  "language" : "en",
  "type" : "collection",
  "timestamp" : "2020-11-12T12:15:33.263+01:00",
  "entry" : [
    {
      "fullUrl" : "http://213.249.46.205:8080/NCP/fhir/Observation/987654",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "987654",
        "text" : {
          "status" : "generated",
          "div" : "<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>"
        },
        "status" : "preliminary",
        "code" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "10333-3",
              "display" : "Appearance of Cerebral spinal fluid",
              "_display" : {
                "extension" : [
                  {
                    "extension" : [
                      {
                        "url" : "lang",
                        "valueCode" : "de-DE"
                      },
                      {
                        "url" : "content",
                        "valueString" : "Erscheinungsbild:Ersch:Pkt:CSF:Nom:"
                      },
                      {
                        "url" : "http://interopehrate.eu/fhir/StructureDefinition/ExtendedTranslation-IEHR",
                        "valueReference" : {
                          🔗 "reference" : "Provenance/1"
                        }
                      }
                    ],
                    "url" : "http://hl7.org/fhir/StructureDefinition/translation"
                  }
                ]
              }
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://213.249.46.205:8080/NCP/fhir/Practitioner/21",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "21",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips"
          ]
        },
        "language" : "en",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><a name=\"Practitioner_21\"> </a><p><b>Generated Narrative: Practitioner</b><a name=\"21\"> </a><a name=\"hc21\"> </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 Practitioner &quot;21&quot;  (Language &quot;en&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1/StructureDefinition-Practitioner-uv-ips.html\">Practitioner (IPS)</a></p></div><p><b>name</b>: Mark Antonio </p></div>"
        },
        "name" : [
          {
            "family" : "Antonio",
            "given" : [
              "Mark"
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://213.249.46.205:8080/NCP/fhir/Provenance/1",
      "resource" : {
        "resourceType" : "Provenance",
        "id" : "1",
        "text" : {
          "status" : "generated",
          "div" : "<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-12 12:15:33+0100</p><p><b>recorded</b>: Nov 12, 2020, 11:15:33\u202fAM</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: Practitioner/21</td></tr></table></div>"
        },
        "target" : [
          {
            "reference" : "Observation/987654"
          }
        ],
        "occurredDateTime" : "2020-11-12T12:15:33+01:00",
        "recorded" : "2020-11-12T12:15:33.287+01:00",
        "agent" : [
          {
            "who" : {
              🔗 "reference" : "Practitioner/21"
            }
          }
        ]
      }
    }
  ]
}