@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 -------------------------------------------------------------------

<https://api.iknl.nl/docs/pzp/r4/Goal/ACP-MedicalPolicyGoal-Pat2> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACP-MedicalPolicyGoal-Pat2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-MedicalPolicyGoal"^^xsd:anyURI ;
       fhir:l <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-MedicalPolicyGoal>
     ] )
  ] ; # 
  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-Pat2</b></p><a name=\"ACP-MedicalPolicyGoal-Pat2\"> </a><a name=\"hcACP-MedicalPolicyGoal-Pat2\"> </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/b3aaf1a9-cbe3-4b7a-a6c8-ecc55a65e5e9</p><p><b>lifecycleStatus</b>: Active</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-SamiraVanDerSluijs-Pat2.html\">Patient, Samira van der Sluijs</a></p><p><b>statusDate</b>: 2025-08-07</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 "b3aaf1a9-cbe3-4b7a-a6c8-ecc55a65e5e9" ]
  ] ) ; # 
  fhir:lifecycleStatus [ fhir:v "active"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:713603004 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "713603004" ] ;
       fhir:display [ fhir:v "advance care planning" ]
     ] )
  ] ) ; # 
  fhir:description [
     fhir:coding ( [
       a sct:713148004 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "713148004" ] ;
       fhir:display [ fhir:v "voorkomen en behandelen van symptomen" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://api.iknl.nl/docs/pzp/r4/Patient/ACP-Patient-SamiraVanDerSluijs-Pat2> ;
     fhir:reference [ fhir:v "Patient/ACP-Patient-SamiraVanDerSluijs-Pat2" ] ;
     fhir:display [ fhir:v "Patient, Samira van der Sluijs" ]
  ] ; # 
  fhir:statusDate [ fhir:v "2025-08-07"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

