RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). 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><b>Generated Narrative: Practitioner</b><a name=\"e-fLnBq-lBzq8jPEBkxuqjA3\"> </a></p><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\">Resource Practitioner &quot;e-fLnBq-lBzq8jPEBkxuqjA3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner\">nl-core-practitioner</a></p></div><p><b>identifier</b>: INTERNAL:\u00a0   IMMD\u00a0(use:\u00a0USUAL), EXTERNAL:\u00a0IMMD\u00a0(use:\u00a0USUAL), PROVID:\u00a010000641\u00a0(use:\u00a0USUAL), VEKTIS:\u00a003103161\u00a0(use:\u00a0USUAL), INTERNAL:\u00a0 10000641\u00a0(use:\u00a0USUAL), EXTERNAL:\u00a010000641\u00a0(use:\u00a0USUAL)</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>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Arts <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#11)</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"
      }
    }
  ]
}