Advance Care Planning (PZP)
1.0.0-rc1 - trial-use

Advance Care Planning (PZP), published by IKNL. This guide is not an authorized publication; it is the continuous build for version 1.0.0-rc1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IKNL/PZP-FHIR-R4/ and changes regularly. See the Directory of published versions

: P2 ACP HealthProfessional Practitioner Desiree Wolters - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "P2-ACP-HealthProfessional-Practitioner-DesireeWolters",
  "meta" : {
    "profile" : [
      🔗 "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-HealthProfessional-Practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner P2-ACP-HealthProfessional-Practitioner-DesireeWolters</b></p><a name=\"P2-ACP-HealthProfessional-Practitioner-DesireeWolters\"> </a><a name=\"hcP2-ACP-HealthProfessional-Practitioner-DesireeWolters\"> </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-ACP-HealthProfessional-Practitioner.html\">HealthProfessional Practitioner</a></p></div><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/agb-z</code>/000003333</p><p><b>name</b>: Desiree Wolters(Official)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value" : "000003333"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Desiree Wolters",
      "family" : "Wolters",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Wolters"
          }
        ]
      },
      "given" : [
        "Desiree"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "BR"
            }
          ]
        }
      ]
    }
  ]
}