STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Pcd-example-notAuthor.ttl

Raw Turtle, JSON-LD

Consent to share except to withhold or withdraw consent for disclosure of records authored by a specific organization.

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir//Contract/pcd-example-notAuthor> a fhir:Contract;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "pcd-example-notAuthor"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Contract.issued [ fhir:value "2015-11-18"^^xs:date];
  fhir:Contract.subject [
     fhir:index 0;
     fhir:reference <http://hl7.org/fhir/Patient/f001>;
     fhir:Reference.reference [ fhir:value "Patient/f001" ];
     fhir:Reference.display [ fhir:value "P. van de Heuvel" ]
  ];
  fhir:Contract.authority [
     fhir:index 0;
     fhir:reference <http://hl7.org/fhir/Organization/Infoway>;
     fhir:Reference.reference [ fhir:value "Organization/Infoway" ];
     fhir:Reference.display [ fhir:value "Canada Infoway" ]
  ];
  fhir:Contract.domain [
     fhir:index 0;
     fhir:reference <http://hl7.org/fhir/Location/Infoway>;
     fhir:Reference.reference [ fhir:value "Location/Infoway" ];
     fhir:Reference.display [ fhir:value "Canada Infoway" ]
  ];
  fhir:Contract.type [
     a loinc:57016-8;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:57016-8;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "57016-8" ]     ]
  ];
  fhir:Contract.subType [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://www.infoway-inforoute.ca.org/Consent-subtype-codes" ];
       fhir:Coding.code [ fhir:value "Opt-In" ];
       fhir:Coding.display [ fhir:value "Default Authorization with exceptions." ]     ]
  ];
  fhir:Contract.term [
     fhir:index 0;
     fhir:Contract.term.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/consent-term-type-codes" ];
         fhir:Coding.code [ fhir:value "withhold-authored-by" ];
         fhir:Coding.display [ fhir:value "Withhold all data authored by specified actor entity." ]       ]     ];
     fhir:Contract.term.topic [
       fhir:index 0;
       fhir:reference <http://hl7.org/fhir/Organization/2.16.840.1.113883.19.5>;
       fhir:Reference.reference [ fhir:value "Organization/2.16.840.1.113883.19.5" ];
       fhir:Reference.display [ fhir:value "Good Health Clinic" ]     ];
     fhir:Contract.term.text [ fhir:value "Withhold all data authored by Good Health provider." ]
  ];
  fhir:Contract.friendly [
     fhir:index 0;
     fhir:Contract.friendly.contentAttachment [
       fhir:Attachment.title [ fhir:value "The terms of the consent in friendly consumer speak." ]     ]
  ];
  fhir:Contract.legal [
     fhir:index 0;
     fhir:Contract.legal.contentAttachment [
       fhir:Attachment.title [ fhir:value "The terms of the consent in lawyer speak." ]     ]
  ].

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.