CH EKM (R4)
0.0.1 - ci-build Switzerland flag

CH EKM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-ekm/ and changes regularly. See the Directory of published versions

: ExtractedTreatingPractitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "ExtractedTreatingPractitioner",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExtractedTreatingPractitioner</b></p><a name=\"ExtractedTreatingPractitioner\"> </a><a name=\"hcExtractedTreatingPractitioner\"> </a><p><b>identifier</b>: <a href=\"http://fhir.ch/ig/ch-term/3.4.0/NamingSystem-gln.html\" title=\"Each healthcare partner (natural or legal person) is referenced with a unique code of type GLN (former name: EAN code) of the [GS1](https://www.gs1.ch/de/home) system, see [refdata](https://www.refdata.ch/).\">GLN</a>/?ngen-9?</p><p><b>name</b>: null null </p><p><b>telecom</b>: ph: -unknown-, <a href=\"mailto:null\"/></p><p><b>address</b>: null null null (work)</p></div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractContext",
          "valueString" : "%resource.descendants().where(linkId='physicianGln').answer.value"
        }
      ],
      "system" : "urn:oid:2.51.1.3",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
            "valueString" : "$this"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractContext",
          "valueString" : "%resource.descendants().where(linkId='treatingPhysicianPractitioner')"
        }
      ],
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
            "valueString" : "item.where(linkId='physicianSurname').answer.value.first()"
          }
        ]
      },
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
              "valueString" : "item.where(linkId='physicianGivenname').answer.value"
            }
          ]
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
            "valueString" : "%resource.descendants().where(linkId='physicianPhone').answer.value.first()"
          }
        ]
      }
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractContext",
          "valueString" : "%resource.descendants().where(linkId='physicianEmail').answer.value"
        }
      ],
      "system" : "email",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
            "valueString" : "$this"
          }
        ]
      }
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractContext",
          "valueString" : "%resource.descendants().where(linkId='treatingPhysicianPractitioner')"
        }
      ],
      "use" : "work",
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
              "valueString" : "item.where(linkId='physicianStreetLine').answer.value"
            }
          ]
        }
      ],
      "_city" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
            "valueString" : "item.where(linkId='physicianCity').answer.value.first()"
          }
        ]
      },
      "_postalCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-templateExtractValue",
            "valueString" : "item.where(linkId='physicianZipCode').answer.value.first()"
          }
        ]
      }
    }
  ]
}