Advance Care Planning (PZP)
1.0.0-rc1 - trial-use

Advance Care Planning (PZP), published by IKNL. This guide is not an authorized publication; it is the continuous build for version 1.0.0-rc1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IKNL/PZP-FHIR-R4/ and changes regularly. See the Directory of published versions

: F1 ACP Encounter 01-10-2020 - TTL Representation

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

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "F1-ACP-Encounter-01-10-2020"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Encounter"^^xsd:anyURI ;
fhir:l <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Encounter>     ] )
  ] ; # 
  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: Encounter F1-ACP-Encounter-01-10-2020</b></p><a name=\"F1-ACP-Encounter-01-10-2020\"> </a><a name=\"hcF1-ACP-Encounter-01-10-2020\"> </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\">Encounter</a></p></div><p><b>identifier</b>: Resource identifier/64627bfa-a127-4d3a-8187-39426d7937dc</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-F1-ACP-Patient-HendrikHartman.html\">Patient, Hendrik Hartman</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"PractitionerRole-F1-ACP-HealthProfessional-PractitionerRole-DrVanHuissen.html\">Healthcare professional (role), van Huissen</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"RelatedPerson-F1-ACP-ContactPerson-MichielHartman.html\">ContactPerson, Michiel Hartman</a></p></blockquote><p><b>period</b>: 2020-10-01 --&gt; 2020-10-01</p><p><b>reasonReference</b>: <a href=\"Procedure-F1-ACP-Procedure-01-10-2020.html\">Procedure, ACP</a></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 "64627bfa-a127-4d3a-8187-39426d7937dc" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>     ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/F1-ACP-Patient-HendrikHartman ;
fhir:reference [ fhir:v "Patient/F1-ACP-Patient-HendrikHartman" ] ;
fhir:display [ fhir:v "Patient, Hendrik Hartman" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
fhir:l fhir:PractitionerRole/F1-ACP-HealthProfessional-PractitionerRole-DrVanHuissen ;
fhir:reference [ fhir:v "PractitionerRole/F1-ACP-HealthProfessional-PractitionerRole-DrVanHuissen" ] ;
fhir:type [
fhir:v "PractitionerRole"^^xsd:anyURI ;
fhir:l fhir:PractitionerRole       ] ;
fhir:display [ fhir:v "Healthcare professional (role), van Huissen" ]     ]
  ] [
fhir:individual [
fhir:l fhir:RelatedPerson/F1-ACP-ContactPerson-MichielHartman ;
fhir:reference [ fhir:v "RelatedPerson/F1-ACP-ContactPerson-MichielHartman" ] ;
fhir:type [
fhir:v "RelatedPerson"^^xsd:anyURI ;
fhir:l fhir:RelatedPerson       ] ;
fhir:display [ fhir:v "ContactPerson, Michiel Hartman" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2020-10-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-10-01"^^xsd:date ]
  ] ; # 
  fhir:reasonReference ( [
fhir:l fhir:Procedure/F1-ACP-Procedure-01-10-2020 ;
fhir:reference [ fhir:v "Procedure/F1-ACP-Procedure-01-10-2020" ] ;
fhir:display [ fhir:v "Procedure, ACP" ]
  ] ) . #