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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "P2-ACP-SpecificCareWishes-20250807"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-SpecificCareWishes"^^xsd:anyURI ;
fhir:l <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-SpecificCareWishes> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation P2-ACP-SpecificCareWishes-20250807</b></p><a name=\"P2-ACP-SpecificCareWishes-20250807\"> </a><a name=\"hcP2-ACP-SpecificCareWishes-20250807\"> </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-SpecificCareWishes.html\">Specific Care Wishes</a></p></div><p><b>identifier</b>: Resource identifier/171c806c-a4bf-4b1e-a7d4-497e9ed44278</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 153851000146100}\">wensen en verwachtingen met betrekking tot uitkomst van behandeling</span></p><p><b>subject</b>: <a href=\"Patient-P2-ACP-Patient-SamiraVanDerSluijs.html\">Patient, Samira van der Sluijs</a></p><p><b>encounter</b>: <a href=\"Encounter-P2-ACP-Encounter-07-08-2025.html\">Encounter, 2025-08-07</a></p><p><b>effective</b>: 2025-08-07</p><p><b>performer</b>: <a href=\"PractitionerRole-P2-ACP-HealthProfessional-PractitionerRole-DesireeWolters.html\">Healthcare professional (role), Desiree Wolters</a></p><p><b>value</b>: De kleinzoon van mevrouw van der Sluijs is geboren en mevrouw is dolgelukkig dat ze hem heeft kunnen zien. Ze merkt dat ze fysiek erg achteruitgaat. Mevrouw heeft daar nu vrede mee, in tegenstelling tot eerdere gesprekken.</p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 370819000}\">vaststellen van persoonlijke waarden en wensen met betrekking tot zorg</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "RI" ] ;
fhir:display [ fhir:v "Resource identifier" ] ] ) ] ;
fhir:system [
fhir:v "https://acme.com/fhir/NamingSystem/resource-business-identifier"^^xsd:anyURI ;
fhir:l <https://acme.com/fhir/NamingSystem/resource-business-identifier> ] ;
fhir:value [ fhir:v "171c806c-a4bf-4b1e-a7d4-497e9ed44278" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:153851000146100 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "153851000146100" ] ;
fhir:display [ fhir:v "wensen en verwachtingen met betrekking tot uitkomst van behandeling" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/P2-ACP-Patient-SamiraVanDerSluijs ;
fhir:reference [ fhir:v "Patient/P2-ACP-Patient-SamiraVanDerSluijs" ] ;
fhir:display [ fhir:v "Patient, Samira van der Sluijs" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/P2-ACP-Encounter-07-08-2025 ;
fhir:reference [ fhir:v "Encounter/P2-ACP-Encounter-07-08-2025" ] ;
fhir:display [ fhir:v "Encounter, 2025-08-07" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2025-08-07"^^xsd:date
] ; #
fhir:performer ( [
fhir:l fhir:PractitionerRole/P2-ACP-HealthProfessional-PractitionerRole-DesireeWolters ;
fhir:reference [ fhir:v "PractitionerRole/P2-ACP-HealthProfessional-PractitionerRole-DesireeWolters" ] ;
fhir:display [ fhir:v "Healthcare professional (role), Desiree Wolters" ]
] ) ; #
fhir:value [
a fhir:String ;
fhir:v "De kleinzoon van mevrouw van der Sluijs is geboren en mevrouw is dolgelukkig dat ze hem heeft kunnen zien. Ze merkt dat ze fysiek erg achteruitgaat. Mevrouw heeft daar nu vrede mee, in tegenstelling tot eerdere gesprekken."
] ; #
fhir:method [
( fhir:coding [
a sct:370819000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "370819000" ] ;
fhir:display [ fhir:v "vaststellen van persoonlijke waarden en wensen met betrekking tot zorg" ] ] )
] . #
IG © 2025+ IKNL. Package iknl.fhir.r4.pzp#1.0.0-rc1 based on FHIR 4.0.1. Generated 2025-10-31
Links: Table of Contents |
QA Report
| Version History |
Propose a change