HL7 FHIR Implementation Guide: DK Core
3.4.0 - ci-build Denmark flag

HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions

: Licensed physician in primary care - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "AbrahamPractitionerRole",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-practitioner-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole AbrahamPractitionerRole</b></p><a name=\"AbrahamPractitionerRole\"> </a><a name=\"hcAbrahamPractitionerRole\"> </a><a name=\"AbrahamPractitionerRole-da-DK\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-AbrahamLaege.html\">Practitioner Abraham Murakami</a></p><p><b>organization</b>: <a href=\"Organization-CenterForDiabetes.html\">Organization: identifier = urn:oid:1.2.208.176.1.1#633271000016006,http://cvr.dk#64942212; type = HC - Health centre</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0286 PP}\">Primary Care Provider</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct/554471000005108/version/20240331 408443003}\">408443003</span></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 15:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/AbrahamLaege"
  },
  "organization" : {
    🔗 "reference" : "Organization/CenterForDiabetes"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0286",
          "code" : "PP"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct/554471000005108/version/20240331",
          "code" : "408443003"
        }
      ]
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "15:30:00"
    },
    {
      "daysOfWeek" : [
        "thu",
        "fri"
      ],
      "availableStartTime" : "09:00:00",
      "availableEndTime" : "12:00:00"
    }
  ]
}