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 Practitioner Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "e-fLnBq-lBzq8jPEBkxuqjA3",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Practitioner e-fLnBq-lBzq8jPEBkxuqjA3</b></p><a name=\"e-fLnBq-lBzq8jPEBkxuqjA3\"> </a><a name=\"hce-fLnBq-lBzq8jPEBkxuqjA3\"> </a><a name=\"e-fLnBq-lBzq8jPEBkxuqjA3-nl-NL\"> </a><p><b>identifier</b>: INTERNAL/   IMMD\u00a0(gebruik:\u00a0usual,\u00a0), EXTERNAL/IMMD\u00a0(gebruik:\u00a0usual,\u00a0), PROVID/10000641\u00a0(gebruik:\u00a0usual,\u00a0), VEKTIS/03103161\u00a0(gebruik:\u00a0usual,\u00a0), INTERNAL/ 10000641\u00a0(gebruik:\u00a0usual,\u00a0), EXTERNAL/10000641\u00a0(gebruik:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Schroder, CP, Arts</p><p><b>telecom</b>: <a href=\"mailto:int.arts@umcg.nl\">int.arts@umcg.nl</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1967-01-28</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:1.2.840.114350.1.13.485.3.7.4.836982.6000 11}\">Arts</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "text" : "INTERNAL"
      },
      "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.2.697780",
      "value" : "   IMMD"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "EXTERNAL"
      },
      "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.2.697780",
      "value" : "IMMD"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "PROVID"
      },
      "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.5.737384.6",
      "value" : "10000641"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "VEKTIS"
      },
      "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value" : "03103161"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "INTERNAL"
      },
      "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.2.836982",
      "value" : " 10000641"
    },
    {
      "use" : "usual",
      "type" : {
        "text" : "EXTERNAL"
      },
      "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.2.836982",
      "value" : "10000641"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "text" : "Schroder, CP, Arts",
      "family" : "Schroder",
      "given" : [
        "CP."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "int.arts@umcg.nl"
    }
  ],
  "gender" : "female",
  "birthDate" : "1967-01-28",
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.840.114350.1.13.485.3.7.4.836982.6000",
            "code" : "11",
            "display" : "Arts"
          }
        ],
        "text" : "Arts"
      }
    }
  ]
}