This page is part of the Advance Care Planning (PZP) (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/ACP-PreferredPlaceOfDeath-Pat1> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ACP-PreferredPlaceOfDeath-Pat1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-PreferredPlaceOfDeath" ;
fhir:index -1 ;
fhir:link <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-PreferredPlaceOfDeath>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ACP-PreferredPlaceOfDeath-Pat1</b></p><a name=\"ACP-PreferredPlaceOfDeath-Pat1\"> </a><a name=\"hcACP-PreferredPlaceOfDeath-Pat1\"> </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\">ACP Preferred Place of Death</a></p></div><p><b>identifier</b>: Resource identifier/023ba125-94c3-492c-8379-958ac9fbb9d6</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 395091006}\">gewenste plek van overlijden</span></p><p><b>subject</b>: <a href=\"Patient-ACP-Patient-HendrikHartman-Pat1.html\">Patient, Hendrik Hartman</a></p><p><b>encounter</b>: <a href=\"Encounter-ACP-Encounter-Pat1.html\">Encounter, 2020-10-01</a></p><p><b>effective</b>: 2020-10-01</p><p><b>performer</b>: <a href=\"PractitionerRole-ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1.html\">Healthcare professional (role), van Huissen</a></p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason asked-unknown}\">Asked But Unknown</span></p><p><b>note</b>: </p><blockquote><div><p>Nog niet besproken</p>\n</div></blockquote></div>"
] ;
fhir:Observation.identifier [
fhir:index -1 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "RI" ] ;
fhir:Coding.display [ fhir:value "Resource identifier" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://acme.com/fhir/NamingSystem/resource-business-identifier" ] ;
fhir:Identifier.value [ fhir:value "023ba125-94c3-492c-8379-958ac9fbb9d6" ]
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:395091006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "395091006" ] ;
fhir:Coding.display [ fhir:value "gewenste plek van overlijden" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/ACP-Patient-HendrikHartman-Pat1> ;
fhir:Reference.reference [ fhir:value "Patient/ACP-Patient-HendrikHartman-Pat1" ] ;
fhir:Reference.display [ fhir:value "Patient, Hendrik Hartman" ]
] ;
fhir:Observation.encounter [
fhir:link <http://hl7.org/fhir/Encounter/ACP-Encounter-Pat1> ;
fhir:Reference.reference [ fhir:value "Encounter/ACP-Encounter-Pat1" ] ;
fhir:Reference.display [ fhir:value "Encounter, 2020-10-01" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2020-10-01"^^xsd:date] ;
fhir:Observation.performer [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1" ] ;
fhir:Reference.display [ fhir:value "Healthcare professional (role), van Huissen" ]
] ;
fhir:Observation.dataAbsentReason [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ] ;
fhir:Coding.code [ fhir:value "asked-unknown" ]
]
] ;
fhir:Observation.note [
fhir:index -1 ;
fhir:Annotation.text [ fhir:value "Nog niet besproken" ]
] .
<http://hl7.org/fhir/Patient/ACP-Patient-HendrikHartman-Pat1> a fhir:Patient .
<http://hl7.org/fhir/Encounter/ACP-Encounter-Pat1> a fhir:Encounter .
<http://hl7.org/fhir/PractitionerRole/ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/ACP-PreferredPlaceOfDeath-Pat1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/ACP-PreferredPlaceOfDeath-Pat1.ttl> .
IG © 2026+ IKNL.
Package iknl.fhir.r4.pzp#1.0.0 based on FHIR 4.0.1.
Generated
2026-08-11
Links: Table of Contents |
QA Report
| Version History |
Propose a change