Netherlands - Generic Functions for data exchange Implementation Guide
0.2.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization 3 - PractitionerRole Klinisch Geriater John Doe - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "d60525bd-5caf-4437-8f4b-4156300a27de",
  "meta" : {
    "profile" : [
      🔗 "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole d60525bd-5caf-4437-8f4b-4156300a27de</b></p><a name=\"d60525bd-5caf-4437-8f4b-4156300a27de\"> </a><a name=\"hcd60525bd-5caf-4437-8f4b-4156300a27de\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-gf-practitionerrole.html\">NL Generic Functions PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-08630c28-5e2a-4b0c-b8ce-f08f533246b9.html\">Practitioner John Doe </a></p><p><b>organization</b>: <a href=\"Organization-3e799075-63a2-4a4c-913d-a91b8198463d.html\">Organization example Care Institution</a></p><p><b>code</b>: <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode 01.022}\">Klinisch geriater</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/agb-specialismen 0335}\">Medisch specialisten, geriatrie</span>, <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode 01.022}\">Klinisch geriater</span></p><p><b>telecom</b>: <a href=\"tel:+31301234568\">+31301234568</a>, <a href=\"mailto:john.doe@cp3.example.org\">john.doe@cp3.example.org</a>, <a href=\"https://matrix.to/#doctorno:cp3.example.org\">https://matrix.to/#doctorno:cp3.example.org</a></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/08630c28-5e2a-4b0c-b8ce-f08f533246b9"
  },
  "organization" : {
    🔗 "reference" : "Organization/3e799075-63a2-4a4c-913d-a91b8198463d"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode",
          "code" : "01.022",
          "display" : "Klinisch geriater"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/agb-specialismen",
          "code" : "0335",
          "display" : "Medisch specialisten, geriatrie"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode",
          "code" : "01.022",
          "display" : "Klinisch geriater"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31301234568",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "john.doe@cp3.example.org",
      "use" : "work"
    },
    {
      "system" : "url",
      "value" : "https://matrix.to/#doctorno:cp3.example.org",
      "use" : "work"
    }
  ]
}