DK MedCom Carecommunication
4.0.0 - release Denmark flag

This page is part of the DK MedCom CareCommunication (v4.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: PractitionerRole with a role and reference to a practitioner - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "7f3c3dbb-1b40-41f7-8acc-fb82eb3d4dd3",
  "meta" : {
    "profile" : [
      🔗 "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 7f3c3dbb-1b40-41f7-8acc-fb82eb3d4dd3</b></p><a name=\"7f3c3dbb-1b40-41f7-8acc-fb82eb3d4dd3\"> </a><a name=\"hc7f3c3dbb-1b40-41f7-8acc-fb82eb3d4dd3\"> </a><a name=\"hc7f3c3dbb-1b40-41f7-8acc-fb82eb3d4dd3-da-DK\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-b12c1357-62f1-455e-b07a-3ebf454c50bc.html\">Practitioner Hans Hansen </a></p><p><b>code</b>: <span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ speciallaege}\">Speciallæge</span></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/b12c1357-62f1-455e-b07a-3ebf454c50bc"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ",
          "code" : "speciallaege"
        }
      ]
    }
  ]
}