@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- 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 ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Consent

Resource Consent "PatientHasEpr"

Profile: CH Core EPR-Consent

status: active

scope: Privacy Consent (Consent Scope Codes#patient-privacy)

category: information disclosure (ActCode#IDSCL)

patient: Patient/FranzMuster: Franz Muster " MUSTER"

dateTime: 2020-12-28

organization: : Stammgemeinschaft XYZ

Policies

-Authority
*https://www.admin.ch/opc/de/classified-compilation/20111795/index.html

policyRule: CH EPR Consent (Consent PolicyRule Codes#ch-epr)

" ]; # 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 ; 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.code [ fhir:value "ch-epr" ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------