Advance Care Planning (PZP) STU3
1.0.0 - release International flag

This page is part of the Advance Care Planning (PZP) (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R3. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example Observation - ACP-PreferredPlaceOfDeath-Pat1

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/ACP-PreferredPlaceOfDeath-Pat1> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACP-PreferredPlaceOfDeath-Pat1"] ; # 
  fhir:meta [
     fhir:profile ( [ fhir:v "https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-PreferredPlaceOfDeath"^^xsd:anyURI ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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 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>context</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=\"Practitioner-ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1.html\">Healthcare professional (person), Dr 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>comment</b>: Nog niet besproken</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         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:value [ fhir:v "023ba125-94c3-492c-8379-958ac9fbb9d6" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:395091006 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "395091006" ] ;
       fhir:display [ fhir:v "gewenste plek van overlijden" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/Patient/ACP-Patient-HendrikHartman-Pat1> ;
     fhir:reference [ fhir:v "Patient/ACP-Patient-HendrikHartman-Pat1" ] ;
     fhir:display [ fhir:v "Patient, Hendrik Hartman" ]
  ] ; # 
  fhir:context [
     fhir:link <http://hl7.org/fhir/Encounter/ACP-Encounter-Pat1> ;
     fhir:reference [ fhir:v "Encounter/ACP-Encounter-Pat1" ] ;
     fhir:display [ fhir:v "Encounter, 2020-10-01" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2020-10-01"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:link <http://hl7.org/fhir/Practitioner/ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1> ;
     fhir:extension ( [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:link <http://hl7.org/fhir/PractitionerRole/ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1> ;
         fhir:reference [ fhir:v "PractitionerRole/ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1" ] ;
         fhir:display [ fhir:v "Healthcare professional (role), van Huissen" ]
       ]
     ] ) ;
     fhir:reference [ fhir:v "Practitioner/ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1" ] ;
     fhir:display [ fhir:v "Healthcare professional (person), Dr Van Huissen" ]
  ] ) ; # 
  fhir:dataAbsentReason [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "asked-unknown" ]
     ] )
  ] ; # 
  fhir:comment [ fhir:v "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/Practitioner/ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1> a fhir:Practitioner .

<http://hl7.org/fhir/PractitionerRole/ACP-HealthProfessional-PractitionerRole-DrVanHuissen-Pat1> a fhir:PractitionerRole .