CH EPR FHIR (R4)
4.0.1-ci-build - ci-build Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-fhir/ and changes regularly. See the Directory of published versions

: mCSD Practitioner Dr. Peter Pan - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "DrPeterPan",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner DrPeterPan</b></p><a name=\"DrPeterPan\"> </a><a name=\"hcDrPeterPan\"> </a><a name=\"hcDrPeterPan-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000102737, uid=CommunityA:00000003002,OU=HCProfessional,DC=HPD,O=BAG,C=ch</p><p><b>active</b>: true</p><p><b>name</b>: Peter Pan</p><p><b>telecom</b>: <a href=\"mailto:peter.pan@email.com\">peter.pan@email.com</a>, fax: +41 32 001 00 05, <a href=\"tel:+41790010006\">+41 79 001 00 06</a>, <a href=\"tel:+41320010004\">+41 32 001 00 04</a>, +41 79 001 00 07</p><p><b>gender</b>: Male</p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309343006}\">Physician</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{urn:oid:2.16.756.5.30.1.127.3.5 1051}\">General internal medicine</span></p></blockquote><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 de}\">German</span>, <span title=\"Codes:{urn:ietf:bcp:47 fr}\">French</span>, <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span>, <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601000102737"
    },
    {
      "value" : "uid=CommunityA:00000003002,OU=HCProfessional,DC=HPD,O=BAG,C=ch"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Peter Pan",
      "family" : "Pan",
      "given" : [
        "Peter"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "peter.pan@email.com"
    },
    {
      "system" : "fax",
      "value" : "+41 32 001 00 05"
    },
    {
      "system" : "phone",
      "value" : "+41 79 001 00 06",
      "use" : "mobile"
    },
    {
      "system" : "phone",
      "value" : "+41 32 001 00 04"
    },
    {
      "system" : "pager",
      "value" : "+41 79 001 00 07"
    }
  ],
  "gender" : "male",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "309343006",
            "display" : "Physician"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.756.5.30.1.127.3.5",
            "code" : "1051",
            "display" : "General internal medicine"
          }
        ]
      }
    }
  ],
  "communication" : [
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "de"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "fr"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "en"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "it"
        }
      ]
    }
  ]
}