Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: minimal-enrollment-Practitioner-HP - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "minimal-enrollment-Practitioner-HP",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner minimal-enrollment-Practitioner-HP</b></p><a name=\"minimal-enrollment-Practitioner-HP\"> </a><a name=\"hcminimal-enrollment-Practitioner-HP\"> </a><a name=\"minimal-enrollment-Practitioner-HP-en-US\"> </a><p><b>name</b>: H.B. Hoofdbehandelaar(Official)</p><p><b>telecom</b>: <a href=\"tel:+31688888888\">+31688888888</a>, <a href=\"mailto:hb@icloud.com\">hb@icloud.com</a></p></div>"
  },
  "name" : [
    {
      "use" : "official",
      "text" : "H.B. Hoofdbehandelaar",
      "family" : "Hoofdbehandelaar",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Hoofdbehandelaar"
          }
        ]
      },
      "given" : [
        "Hendrik Bernard"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "IN"
            }
          ]
        }
      ],
      "prefix" : [
        "Prof."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+31688888888"
    },
    {
      "system" : "email",
      "value" : "hb@icloud.com"
    }
  ]
}