FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 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 . Page versions: R5 R4B R4 R3

Contract-example-42cfr-part2.ttl

Financial Management Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle, JSON-LD

42 CFR Part 2 Consent Directive

@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/Contract/C-2121> a fhir:Contract;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "C-2121"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2016-07-19T18:18:42.108-04:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: C-2121</p><p><b>meta</b>: </p><p><b>issued</b>: 01/11/2031 9:18:27 PM</p><p><b>subject</b>: <a>Patient/f201</a></p><p><b>type</b>: Opt-in consent directive <span>(Details : {http://org.mdhhs.fhir.consentdirective-type code 'OPTIN' = 'OPTIN)</span></p><p><b>subType</b>: Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes <span>(Details : {http://hl7.org/fhir/consentcategorycodes code 'MDHHS-5515' = 'Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes', given as 'Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes'})</span></p><p><b>securityLabel</b>: Restricted (Details: http://hl7.org/fhir/v3/Confidentiality code R = 'restricted', stated as 'Restricted'), substance abuse information sensitivity (Details: http://hl7.org/fhir/v3/ActCode code ETH = 'substance abuse information sensitivity', stated as 'substance abuse information sensitivity'), 42 CFR Part2 (Details: http://hl7.org/fhir/v3/ActCode code 42CFRPart2 = '42 CFR Part2', stated as 'null'), treatment (Details: http://hl7.org/fhir/v3/ActReason code TREAT = 'treatment', stated as 'treatment'), healthcare payment (Details: http://hl7.org/fhir/v3/ActReason code HPAYMT = 'healthcare payment', stated as 'healthcare payment'), healthcare operations (Details: http://hl7.org/fhir/v3/ActReason code HOPERAT = 'healthcare operations', stated as 'healthcare operations'), persist security label (Details: http://hl7.org/fhir/v3/ActCode code PERSISTLABEL = 'persist security label', stated as 'persist security label'), privacy mark (Details: http://hl7.org/fhir/v3/ActCode code PRIVMARK = 'privacy mark', stated as 'privacy mark'), no redisclosure without consent directive (Details: http://hl7.org/fhir/v3/ActCode code NORDSCLCD = 'no redisclosure without consent directive', stated as 'no redisclosure without consent directive')</p><blockquote><p><b>agent</b></p><p><b>actor</b>: <a>VA Ann Arbor Healthcare System</a></p><p><b>role</b>: Recipient of restricted health information <span>(Details : {http://org.mdhhs.fhir.consent-actor-type code 'IR' = 'IR', given as 'Recipient'})</span></p></blockquote><blockquote><p><b>agent</b></p><p><b>actor</b>: <a>Community Mental Health Clinic</a></p><p><b>role</b>: Sender of restricted health information <span>(Details : {http://org.mdhhs.fhir.consent-actor-type code 'IS' = 'IS', given as 'Sender'})</span></p></blockquote><h3>Signers</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Party</b></td><td><b>Signature</b></td></tr><tr><td>*</td><td>SELF (Details: http://org.mdhhs.fhir.consent-signer-type code SELF = 'SELF', stated as 'null')</td><td><a>Alice Recruit</a></td><td/></tr></table><h3>Legals</h3><table><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td/></tr></table></div>"
  ];
  fhir:Contract.issued [ fhir:value "2031-11-01T21:18:27-04:00"^^xsd:dateTime];
  fhir:Contract.subject [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Patient/f201>;
     fhir:Reference.reference [ fhir:value "Patient/f201" ]
  ];
  fhir:Contract.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://org.mdhhs.fhir.consentdirective-type" ];
       fhir:Coding.code [ fhir:value "OPTIN" ]
     ];
     fhir:CodeableConcept.text [ fhir:value "Opt-in consent directive" ]
  ];
  fhir:Contract.subType [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/consentcategorycodes" ];
       fhir:Coding.code [ fhir:value "MDHHS-5515" ];
       fhir:Coding.display [ fhir:value "Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes" ]
     ]
  ];
  fhir:Contract.securityLabel [
     fhir:index 0;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/Confidentiality" ];
     fhir:Coding.code [ fhir:value "R" ];
     fhir:Coding.display [ fhir:value "Restricted" ]
  ], [
     fhir:index 1;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
     fhir:Coding.code [ fhir:value "ETH" ];
     fhir:Coding.display [ fhir:value "substance abuse information sensitivity" ]
  ], [
     fhir:index 2;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
     fhir:Coding.code [ fhir:value "42CFRPart2" ]
  ], [
     fhir:index 3;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActReason" ];
     fhir:Coding.code [ fhir:value "TREAT" ];
     fhir:Coding.display [ fhir:value "treatment" ]
  ], [
     fhir:index 4;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActReason" ];
     fhir:Coding.code [ fhir:value "HPAYMT" ];
     fhir:Coding.display [ fhir:value "healthcare payment" ]
  ], [
     fhir:index 5;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActReason" ];
     fhir:Coding.code [ fhir:value "HOPERAT" ];
     fhir:Coding.display [ fhir:value "healthcare operations" ]
  ], [
     fhir:index 6;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
     fhir:Coding.code [ fhir:value "PERSISTLABEL" ];
     fhir:Coding.display [ fhir:value "persist security label" ]
  ], [
     fhir:index 7;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
     fhir:Coding.code [ fhir:value "PRIVMARK" ];
     fhir:Coding.display [ fhir:value "privacy mark" ]
  ], [
     fhir:index 8;
     fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
     fhir:Coding.code [ fhir:value "NORDSCLCD" ];
     fhir:Coding.display [ fhir:value "no redisclosure without consent directive" ]
  ];
  fhir:Contract.agent [
     fhir:index 0;
     fhir:Contract.agent.actor [
       fhir:link <http://hl7.org/fhir/Organization/f001>;
       fhir:Reference.reference [ fhir:value "Organization/f001" ];
       fhir:Reference.display [ fhir:value "VA Ann Arbor Healthcare System" ]
     ];
     fhir:Contract.agent.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://org.mdhhs.fhir.consent-actor-type" ];
         fhir:Coding.code [ fhir:value "IR" ];
         fhir:Coding.display [ fhir:value "Recipient" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Recipient of restricted health information" ]
     ]
  ], [
     fhir:index 1;
     fhir:Contract.agent.actor [
       fhir:link <http://hl7.org/fhir/Organization/2>;
       fhir:Reference.reference [ fhir:value "Organization/2" ];
       fhir:Reference.display [ fhir:value "Community Mental Health Clinic" ]
     ];
     fhir:Contract.agent.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://org.mdhhs.fhir.consent-actor-type" ];
         fhir:Coding.code [ fhir:value "IS" ];
         fhir:Coding.display [ fhir:value "Sender" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "Sender of restricted health information" ]
     ]
  ];
  fhir:Contract.signer [
     fhir:index 0;
     fhir:Contract.signer.type [
       fhir:Coding.system [ fhir:value "http://org.mdhhs.fhir.consent-signer-type" ];
       fhir:Coding.code [ fhir:value "SELF" ]
     ];
     fhir:Contract.signer.party [
       fhir:link <http://hl7.org/fhir/Patient/f201>;
       fhir:Reference.reference [ fhir:value "Patient/f201" ];
       fhir:Reference.display [ fhir:value "Alice Recruit" ]
     ];
     fhir:Contract.signer.signature [
       fhir:index 0;
       fhir:Signature.type [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ];
         fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ]
       ];
       fhir:Signature.when [ fhir:value "2017-02-08T10:57:34+01:00"^^xsd:dateTime ];
       fhir:Signature.whoReference [
         fhir:link <http://hl7.org/fhir/Patient/f201>;
         fhir:Reference.reference [ fhir:value "Patient/f201" ]
       ]
     ]
  ];
  fhir:Contract.legal [
     fhir:index 0;
     fhir:Contract.legal.contentAttachment [
       fhir:Attachment.contentType [ fhir:value "application/pdf" ];
       fhir:Attachment.language [ fhir:value "en-US" ];
       fhir:Attachment.url [ fhir:value "http://org.mihin.ecms/ConsentDirective-2121" ];
       fhir:Attachment.title [ fhir:value "MDHHS-5515 Consent To Share Your Health Information" ]
     ]
  ] .

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

<http://hl7.org/fhir/Organization/f001> a fhir:Organization .

<http://hl7.org/fhir/Organization/2> a fhir:Organization .

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

<http://hl7.org/fhir/Contract/C-2121.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/Contract/C-2121.ttl> .

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


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.