IKNL PZP STU3, published by IKNL. This guide is not an authorized publication; it is the continuous build for version 1.0.0-alpha1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IKNL/PZP-FHIR-STU3/ 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 "P1-ACP-PreferredPlaceOfDeath-Home"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-PreferredPlaceOfDeath"^^xsd:anyURI ;
fhir:l <https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-PreferredPlaceOfDeath> ] )
] ; #
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 P1-ACP-PreferredPlaceOfDeath-Home</b></p><a name=\"P1-ACP-PreferredPlaceOfDeath-Home\"> </a><a name=\"hcP1-ACP-PreferredPlaceOfDeath-Home\"> </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-PreferredPlaceOfDeath.html\">Preferred Place Of Death</a></p></div><p><b>identifier</b>: Resource identifier/253b44be-bfad-4ad6-a1d6-2011f1db8a98</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 395091006}\">Preferred place of death</span></p><p><b>subject</b>: <a href=\"Patient-P1-ACP-Patient-HendrikHartman.html\">Patient, Hendrik Hartman</a></p><p><b>context</b>: <a href=\"Encounter-P1-ACP-Encounter-29-07-2025.html\">Encounter, 2025-07-29</a></p><p><b>effective</b>: 2025-07-29</p><p><b>performer</b>: <a href=\"Practitioner-P1-ACP-HealthProfessional-Practitioner-DrVanHuissen.html\">Healthcare professional (person), van Huissen</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 264362003}\">thuis</span></p><p><b>comment</b>: Het liefst rustig thuis</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 "253b44be-bfad-4ad6-a1d6-2011f1db8a98" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:395091006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "395091006" ] ;
fhir:display [ fhir:v "Preferred place of death" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/P1-ACP-Patient-HendrikHartman ;
fhir:reference [ fhir:v "Patient/P1-ACP-Patient-HendrikHartman" ] ;
fhir:display [ fhir:v "Patient, Hendrik Hartman" ]
] ; #
fhir:context [
fhir:l fhir:Encounter/P1-ACP-Encounter-29-07-2025 ;
fhir:reference [ fhir:v "Encounter/P1-ACP-Encounter-29-07-2025" ] ;
fhir:display [ fhir:v "Encounter, 2025-07-29" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2025-07-29"^^xsd:date
] ; #
fhir:performer ( [
fhir:l fhir:Practitioner/P1-ACP-HealthProfessional-Practitioner-DrVanHuissen ;
( fhir:extension [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:PractitionerRole/P1-ACP-HealthProfessional-PractitionerRole-DrVanHuissen ;
fhir:reference [ fhir:v "PractitionerRole/P1-ACP-HealthProfessional-PractitionerRole-DrVanHuissen" ] ;
fhir:display [ fhir:v "Healthcare professional (role), van Huissen" ] ] ] ) ;
fhir:reference [ fhir:v "Practitioner/P1-ACP-HealthProfessional-Practitioner-DrVanHuissen" ] ;
fhir:display [ fhir:v "Healthcare professional (person), van Huissen" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:264362003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "264362003" ] ;
fhir:display [ fhir:v "thuis" ] ] )
] ; #
fhir:comment [ fhir:v "Het liefst rustig thuis"] . #
IG © 2025+ IKNL. Package iknl.fhir.stu3.pzp#1.0.0-alpha1 based on FHIR 3.0.2. Generated 2025-10-30
Links: Table of Contents |
QA Report
| Version History |
Propose a change