RIVO-Noord Zorgviewer Implementation Guide
1.5.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: Epic PractitionerRole Example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "ewlllWqLbsFaKN.d3pMMnmf2FdzTdX0132jvZktW2LP43",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: PractitionerRole ewlllWqLbsFaKN.d3pMMnmf2FdzTdX0132jvZktW2LP43</b></p><a name=\"ewlllWqLbsFaKN.d3pMMnmf2FdzTdX0132jvZktW2LP43\"> </a><a name=\"hcewlllWqLbsFaKN.d3pMMnmf2FdzTdX0132jvZktW2LP43\"> </a><a name=\"ewlllWqLbsFaKN.d3pMMnmf2FdzTdX0132jvZktW2LP43-nl-NL\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https://example.org/POC-OAUTH2/api/FHIR/STU3/Practitioner/e9D1EnWpBb3LBTjup8AaiR7RR9P0n7AVlal4dSqY9y3M3\">Schroder, CP., Arts</a></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.840.114350.1.13.485.3.7.10.836982.1040 1}\">Arts</span></p><p><b>specialty</b>: <span title=\"Codes:{urn:oid:1.2.840.114350.1.72.1.7.7.10.688867.4160 32}\">Interne geneeskunde</span>, <span title=\"Codes:{urn:oid:1.2.840.114350.1.72.1.7.7.10.688867.4160 99}\">Reumatologie</span></p></div>"
  },
  "active" : true,
  "practitioner" : {
    "reference" : "https://example.org/POC-OAUTH2/api/FHIR/STU3/Practitioner/e9D1EnWpBb3LBTjup8AaiR7RR9P0n7AVlal4dSqY9y3M3",
    "display" : "Schroder, CP., Arts"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.10.836982.1040",
          "code" : "1",
          "display" : "Arts"
        }
      ],
      "text" : "Arts"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:1.2.840.114350.1.72.1.7.7.10.688867.4160",
          "code" : "32",
          "display" : "Interne geneeskunde"
        }
      ],
      "text" : "Interne geneeskunde"
    },
    {
      "coding" : [
        {
          "system" : "urn:oid:1.2.840.114350.1.72.1.7.7.10.688867.4160",
          "code" : "99",
          "display" : "Reumatologie"
        }
      ],
      "text" : "Reumatologie"
    }
  ]
}