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
{
"resourceType" : "Goal",
"id" : "F1-ACP-Medical-Policy-Goal",
"meta" : {
"profile" : [
🔗 "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Medical-Policy-Goal"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal F1-ACP-Medical-Policy-Goal</b></p><a name=\"F1-ACP-Medical-Policy-Goal\"> </a><a name=\"hcF1-ACP-Medical-Policy-Goal\"> </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-Medical-Policy-Goal.html\">Medical Policy Goal</a></p></div><p><b>ext Encounter Reference</b>: <a href=\"Encounter-F1-ACP-Encounter-01-10-2020.html\">Encounter, 2020-10-01</a></p><p><b>identifier</b>: Resource identifier/a1e0d113-bf6d-4e5c-9bf4-044eda75b709</p><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:{http://snomed.info/sct 1351964001}\">levensverlengende behandeling</span></p><p><b>subject</b>: <a href=\"Patient-F1-ACP-Patient-HendrikHartman.html\">Patient, Hendrik Hartman</a></p><p><b>statusDate</b>: 2020-10-01</p></div>"
},
"extension" : [
{
"url" : "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ext-EncounterReference",
"valueReference" : {
🔗 "reference" : "Encounter/F1-ACP-Encounter-01-10-2020",
"display" : "Encounter, 2020-10-01"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "RI",
"display" : "Resource identifier"
}
]
},
"system" : "https://acme.com/fhir/NamingSystem/resource-business-identifier",
"value" : "a1e0d113-bf6d-4e5c-9bf4-044eda75b709"
}
],
"lifecycleStatus" : "active",
"description" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1351964001",
"display" : "levensverlengende behandeling"
}
]
},
"subject" : {
🔗 "reference" : "Patient/F1-ACP-Patient-HendrikHartman",
"display" : "Patient, Hendrik Hartman"
},
"statusDate" : "2020-10-01"
}