Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "nl-core-practitionerrole-04",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"nl-core-practitionerrole-04\"> </a><a name=\"hcnl-core-practitionerrole-04\"> </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 PractitionerRole &quot;nl-core-practitionerrole-04&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-practitionerrole.html\">nl-core-practitionerrole</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-nl-core-practitioner-04.html\">Practitioner/nl-core-practitioner-04: Dirk de Vries</a> &quot; DE VRIES&quot;</p><p><b>code</b>: Responsible Party <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/STU3/v3/ParticipationType/cs.html\">v3 Code System ParticipationType</a>#RESP)</span></p><p><b>specialty</b>: Medisch specialisten, geriatrie <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#0335)</span></p></div>"
  },
  "practitioner" : {
    🔗 "reference" : "Practitioner/nl-core-practitioner-04",
    "display" : "Dirk de Vries"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/v3/ParticipationType",
          "code" : "RESP",
          "display" : "Responsible Party"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code" : "0335",
          "display" : "Medisch specialisten, geriatrie"
        }
      ]
    }
  ]
}