DK MedCom Core
2.4.0 - release Denmark flag

This page is part of the DK MedCom Core (v2.4.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.3.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" : "6ff69f1c-690d-11ed-9022-0242ac120002",
  "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 6ff69f1c-690d-11ed-9022-0242ac120002</b></p><a name=\"6ff69f1c-690d-11ed-9022-0242ac120002\"> </a><a name=\"hc6ff69f1c-690d-11ed-9022-0242ac120002\"> </a><a name=\"hc6ff69f1c-690d-11ed-9022-0242ac120002-da-DK\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-e9eacb62-666b-11ed-9022-0242ac120002.html\">Practitioner Bo Test Vestergaard (official)</a></p><p><b>code</b>: <span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ sygeplejerske}\">Sygeplejerske</span></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/e9eacb62-666b-11ed-9022-0242ac120002"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ",
          "code" : "sygeplejerske"
        }
      ]
    }
  ]
}