Advance Care Planning (PZP)
1.0.0 - release

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

: ACP Encounter - 1 - Pat 2

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Encounter/ACP-Encounter-1-Pat2> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ACP-Encounter-1-Pat2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Encounter" ;
       fhir:index -1 ;
       fhir:link <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Encounter>
     ]
  ] ;
  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: Encounter ACP-Encounter-1-Pat2</b></p><a name=\"ACP-Encounter-1-Pat2\"> </a><a name=\"hcACP-Encounter-1-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-Encounter.html\">ACP Encounter</a></p></div><p><b>identifier</b>: Resource identifier/ba69d05c-85d2-4773-8db4-4eb69d12d110</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-ACP-Patient-SamiraVanDerSluijs-Pat2.html\">Patient, Samira van der Sluijs</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"PractitionerRole-ACP-HealthProfessional-PractitionerRole-DesireeWolters-Pat2.html\">Healthcare professional (role), Desiree Wolters</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"RelatedPerson-ACP-ContactPerson-MayaVanDerSluijsMulder-Pat2.html\">ContactPerson, Maya van der Sluijs</a></p></blockquote><p><b>period</b>: 2025-08-07 --&gt; 2025-08-07</p><p><b>reasonReference</b>: <a href=\"Procedure-ACP-Procedure-1-Pat2.html\">Procedure, ACP</a></p></div>"
  ] ;
  fhir:Encounter.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 "ba69d05c-85d2-4773-8db4-4eb69d12d110" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "IMP" ] ;
     fhir:Coding.display [ fhir:value "inpatient encounter" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/ACP-Patient-SamiraVanDerSluijs-Pat2> ;
     fhir:Reference.reference [ fhir:value "Patient/ACP-Patient-SamiraVanDerSluijs-Pat2" ] ;
     fhir:Reference.display [ fhir:value "Patient, Samira van der Sluijs" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index -1 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/ACP-HealthProfessional-PractitionerRole-DesireeWolters-Pat2> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/ACP-HealthProfessional-PractitionerRole-DesireeWolters-Pat2" ] ;
       fhir:Reference.type [ fhir:value "PractitionerRole" ] ;
       fhir:Reference.display [ fhir:value "Healthcare professional (role), Desiree Wolters" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/RelatedPerson/ACP-ContactPerson-MayaVanDerSluijsMulder-Pat2> ;
       fhir:Reference.reference [ fhir:value "RelatedPerson/ACP-ContactPerson-MayaVanDerSluijsMulder-Pat2" ] ;
       fhir:Reference.type [ fhir:value "RelatedPerson" ] ;
       fhir:Reference.display [ fhir:value "ContactPerson, Maya van der Sluijs" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2025-08-07"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2025-08-07"^^xsd:date ]
  ] ;
  fhir:Encounter.reasonReference [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Procedure/ACP-Procedure-1-Pat2> ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://nictiz.nl/fhir/StructureDefinition/ext-Comment" ] ;
       fhir:Extension.valueString [ fhir:value "Derde PZP gesprek van mevrouw" ]
     ] ;
     fhir:Reference.reference [ fhir:value "Procedure/ACP-Procedure-1-Pat2" ] ;
     fhir:Reference.display [ fhir:value "Procedure, ACP" ]
  ] .

<http://hl7.org/fhir/Patient/ACP-Patient-SamiraVanDerSluijs-Pat2> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/ACP-HealthProfessional-PractitionerRole-DesireeWolters-Pat2> a fhir:PractitionerRole .

<http://hl7.org/fhir/RelatedPerson/ACP-ContactPerson-MayaVanDerSluijsMulder-Pat2> a fhir:RelatedPerson .

<http://hl7.org/fhir/Procedure/ACP-Procedure-1-Pat2> a fhir:Procedure .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Encounter/ACP-Encounter-1-Pat2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/ACP-Encounter-1-Pat2.ttl> .