MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

MyHealth@Eu Patient Summary - Downloaded Version 1.0.0-poc See the Directory of published versions

: Advance Directive: Do not resuscitate (EPS) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/Consent/2d3400fc-31e8-4cb7-9f41-7b2d8cfb8125> a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "2d3400fc-31e8-4cb7-9f41-7b2d8cfb8125"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/advance-directive-myhealtheu-eps" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/advance-directive-myhealtheu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Active do-not-resuscitate advance directive recorded for Petra Schwartz.</p></div>"
  ] ;
  fhir:Consent.status [ fhir:value "active"] ;
  fhir:Consent.scope [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentscope" ] ;
       fhir:Coding.code [ fhir:value "adr" ] ;
       fhir:Coding.display [ fhir:value "Advanced Care Directive" ]
     ]
  ] ;
  fhir:Consent.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:42348-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "42348-3" ] ;
       fhir:Coding.display [ fhir:value "Advance healthcare directives" ]
     ]
  ] ;
  fhir:Consent.patient [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
  ] ;
  fhir:Consent.dateTime [ fhir:value "2025-08-15T10:00:00+02:00"^^xsd:dateTime] ;
  fhir:Consent.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
  ] ;
  fhir:Consent.policyRule [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "OPTOUT" ] ;
       fhir:Coding.display [ fhir:value "op-out" ]
     ]
  ] ;
  fhir:Consent.provision [
     fhir:Consent.provision.type [ fhir:value "deny" ] ;
     fhir:Consent.provision.code [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:304253006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "304253006" ] ;
         fhir:Coding.display [ fhir:value "Do not resuscitate" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

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

<http://hl7.org/fhir/Consent/2d3400fc-31e8-4cb7-9f41-7b2d8cfb8125.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Consent/2d3400fc-31e8-4cb7-9f41-7b2d8cfb8125.ttl> .