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 Goal - ACP-MedicalPolicyGoal-2025-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/Goal/ACP-MedicalPolicyGoal-2025-Pat1> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACP-MedicalPolicyGoal-2025-Pat1"] ; # 
  fhir:meta [
     fhir:profile ( [ fhir:v "https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-MedicalPolicyGoal"^^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: Goal ACP-MedicalPolicyGoal-2025-Pat1</b></p><a name=\"ACP-MedicalPolicyGoal-2025-Pat1\"> </a><a name=\"hcACP-MedicalPolicyGoal-2025-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-MedicalPolicyGoal.html\">ACP Medical Policy Goal</a></p></div><p><b>identifier</b>: Resource identifier/ecd53b68-d9d2-4945-b1f0-0eccb07f48a3</p><p><b>status</b>: In Progress</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 713603004}\">Advance care planning</span></p><p><b>description</b>: <span title=\"Codes:{http://snomed.info/sct 713148004}\">voorkomen en behandelen van symptomen</span></p><p><b>subject</b>: <a href=\"Patient-ACP-Patient-HendrikHartman-Pat1.html\">Patient, Hendrik Hartman</a></p><p><b>statusDate</b>: 2025-07-29</p><p><b>note</b>: </p><blockquote><div><p>De behandeling van Hendrik is na verslechtering en gesprekken hierover bijgesteld van levensverlenging naar symptoomgericht</p>\n</div></blockquote></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 "ecd53b68-d9d2-4945-b1f0-0eccb07f48a3" ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:713603004 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "713603004" ]
     ] )
  ] ) ; # 
  fhir:description [
     fhir:coding ( [
       a sct:713148004 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "713148004" ] ;
       fhir:display [ fhir:v "voorkomen en behandelen van symptomen" ]
     ] )
  ] ; # 
  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:statusDate [ fhir:v "2025-07-29"^^xsd:date] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "De behandeling van Hendrik is na verslechtering en gesprekken hierover bijgesteld van levensverlenging naar symptoomgericht" ]
  ] ) . # 

<http://hl7.org/fhir/Patient/ACP-Patient-HendrikHartman-Pat1> a fhir:Patient .