CH Core (R4)
7.0.0-ballot - ballot Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions

: Consent for Swiss EPR - TTL Representation

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/Consent/PatientHasEpr> a fhir:Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PatientHasEpr"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent>
     ]
  ] ;
  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: Consent PatientHasEpr</b></p><a name=\"PatientHasEpr\"> </a><a name=\"hcPatientHasEpr\"> </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-ch-core-epr-consent.html\">CH Core EPR-Consent</a></p></div><h2>Participants</h2><table class=\"grid\"><tr><td><b>Role</b></td><td><b>Details</b></td></tr><tr><td title=\"Who the consent applies to\">Patient</td><td><a href=\"Patient-FranzMuster.html\">Franz Muster</a></td></tr><tr><td title=\"Who manages the consent through its lifecycle.\">Manager</td><td>Stammgemeinschaft XYZ</td></tr></table><p>This consent is made under the regulation <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes ch-epr}\">CH EPR Consent</span> and the policy .</p><p>The subject has given their consent.</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 "patient-privacy" ] ;
       fhir:Coding.display [ fhir:value "Privacy Consent" ]
     ]
  ] ;
  fhir:Consent.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "IDSCL" ] ;
       fhir:Coding.display [ fhir:value "information disclosure" ]
     ]
  ] ;
  fhir:Consent.patient [
     fhir:link <http://hl7.org/fhir/Patient/FranzMuster> ;
     fhir:Reference.reference [ fhir:value "Patient/FranzMuster" ] ;
     fhir:Reference.display [ fhir:value "Franz Muster" ]
  ] ;
  fhir:Consent.dateTime [ fhir:value "2020-12-28"^^xsd:date] ;
  fhir:Consent.organization [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "Stammgemeinschaft XYZ" ]
  ] ;
  fhir:Consent.policy [
     fhir:index 0 ;
     fhir:Consent.policy.authority [ fhir:value "https://www.admin.ch/opc/de/classified-compilation/20111795/index.html" ]
  ] ;
  fhir:Consent.policyRule [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentpolicycodes" ] ;
       fhir:Coding.version [ fhir:value "3.0.1" ] ;
       fhir:Coding.code [ fhir:value "ch-epr" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/FranzMuster> a fhir:Patient .

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

<http://hl7.org/fhir/Consent/PatientHasEpr.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Consent/PatientHasEpr.ttl> .