MedCom HomeCareObservation
1.1.0 - draft Denmark flag

MedCom HomeCareObservation, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk_HomeCareObservations/ and changes regularly. See the Directory of published versions

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

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "80284c01-1674-45ca-98b7-d1e669bdeff6",
  "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 80284c01-1674-45ca-98b7-d1e669bdeff6</b></p><a name=\"80284c01-1674-45ca-98b7-d1e669bdeff6\"> </a><a name=\"hc80284c01-1674-45ca-98b7-d1e669bdeff6\"> </a><a name=\"80284c01-1674-45ca-98b7-d1e669bdeff6-da-DK\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-70f14d25-0979-4192-8da2-0c0a3950f4b1.html\">Practitioner Mia </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/70f14d25-0979-4192-8da2-0c0a3950f4b1"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-core-PractitionerRolesSKSadministrativ",
          "code" : "sygeplejerske"
        }
      ]
    }
  ]
}