Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Contract-example-42cfr-part2.ttl

Example Contract/C-2121 (Turtle)

Maturity Level : N/A
Responsible Owner: Financial Management Work Group Standards Status : Informative Compartments : Not linked to any defined compartments Patient

Raw Turtle (+ also see Turtle/RDF Format Specification )

42 CFR Part 2 Consent Directive

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@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>status</b>: executed</p><p><b>contentDerivative</b>: Content Registration <span>(Details : {http://terminology.hl7.org/CodeSystem/contract-content-derivative code 'registration' = 'Content Registration)</span></p><p><b>issued</b>: 01/11/2013 9:18:27 PM</p><p><b>applies</b>: 01/11/2013 9:18:27 PM --&gt; (ongoing)</p><p><b>subject</b>: <a>Patient/f201</a></p><p><b>type</b>: Opt-in consent directive <span>(Details : {http://mdhhs.org/fhir/consentdirective-type code 'OPTIN' = 'OPTIN)</span></p><p><b>subType</b>: Health Care Directive <span>(Details : {http://terminology.hl7.org/CodeSystem/consentcategorycodes code 'hcd' = 'Health Care Directive)</span></p><blockquote><p><b>term</b></p><h3>Offers</h3><table><tr><td>-</td><td><b>Type</b></td><td><b>Decision</b></td><td><b>Text</b></td></tr><tr><td>*</td><td>Statutory <span>(Details : {http://terminology.hl7.org/CodeSystem/contracttermtypecodes code 'statutory' = 'Statutory)</span></td><td>opt-in <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ActCode code 'OPTIN' = 'opt-in)</span></td><td>Can't refuse</td></tr></table><h3>Assets</h3><table><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>01/11/2013 9:18:27 PM --&gt; 01/11/2019 9:18:27 PM</td></tr></table><blockquote><p><b>action</b></p><p><b>type</b>: Action A <span>(Details : {http://terminology.hl7.org/CodeSystem/contractaction code 'action-a' = 'Action A)</span></p><blockquote><p><b>subject</b></p><p><b>reference</b>: <a>VA Ann Arbor Healthcare System</a></p><p><b>role</b>: Recipient of restricted health information <span>(Details : {http://mdhhs.org/fhir/consent-actor-type code 'IR' = 'IR', given as 'Recipient'})</span></p></blockquote><blockquote><p><b>subject</b></p><p><b>reference</b>: <a>Community Mental Health Clinic</a></p><p><b>role</b>: Sender of restricted health information <span>(Details : {http://mdhhs.org/fhir/consent-actor-type code 'IS' = 'IS', given as 'Sender'})</span></p></blockquote><p><b>intent</b>: health program reporting <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ActReason code 'HPRGRP' = 'health program reporting)</span></p><p><b>status</b>: Sample <span>(Details )</span></p></blockquote></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://mdhhs.org/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.status [ fhir:value "executed"];
  fhir:Contract.contentDerivative [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contract-content-derivative" ];
       fhir:Coding.code [ fhir:value "registration" ]
     ]
  ];
  fhir:Contract.issued [ fhir:value "2013-11-01T21:18:27-04:00"^^xsd:dateTime];
  fhir:Contract.applies [
     fhir:Period.start [ fhir:value "2013-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://mdhhs.org/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://terminology.hl7.org/CodeSystem/consentcategorycodes" ];
       fhir:Coding.code [ fhir:value "hcd" ]
     ]
  ];
  fhir:Contract.term [
     fhir:index 0;
     fhir:Contract.term.offer [
       fhir:Contract.term.offer.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contracttermtypecodes" ];
           fhir:Coding.code [ fhir:value "statutory" ]
         ]
       ];
       fhir:Contract.term.offer.decision [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
           fhir:Coding.code [ fhir:value "OPTIN" ]
         ]
       ];
       fhir:Contract.term.offer.text [ fhir:value "Can't refuse" ]
     ];
     fhir:Contract.term.asset [
       fhir:index 0;
       fhir:Contract.term.asset.period [
         fhir:index 0;
         fhir:Period.start [ fhir:value "2013-11-01T21:18:27-04:00"^^xsd:dateTime ];
         fhir:Period.end [ fhir:value "2019-11-01T21:18:27-04:00"^^xsd:dateTime ]
       ]
     ];
     fhir:Contract.term.action [
       fhir:index 0;
       fhir:Contract.term.action.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractaction" ];
           fhir:Coding.code [ fhir:value "action-a" ]
         ]
       ];
       fhir:Contract.term.action.subject [
         fhir:index 0;
         fhir:Contract.term.action.subject.reference [
           fhir:index 0;
           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.term.action.subject.role [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.system [ fhir:value "http://mdhhs.org/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.term.action.subject.reference [
           fhir:index 0;
           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.term.action.subject.role [
           fhir:CodeableConcept.coding [
             fhir:index 0;
             fhir:Coding.system [ fhir:value "http://mdhhs.org/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" ]

<http://hl7.org/fhir/Contract/C-2121> a fhir:Contract ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "C-2121"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "1" ] ;
     fhir:lastUpdated [ fhir:v "2016-07-19T18:18:42.108-04:00"^^xsd:dateTime ]
  ] ; # 
  fhir:status [ fhir:v "executed"] ; # 
  fhir:contentDerivative [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/contract-content-derivative"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/contract-content-derivative>
       ] ;
       fhir:code [ fhir:v "registration" ]
     ] )
  ] ; # 
  fhir:issued [ fhir:v "2013-11-01T21:18:27-04:00"^^xsd:dateTime] ; # 
  fhir:applies [
     fhir:start [ fhir:v "2013-11-01T21:18:27-04:00"^^xsd:dateTime ]
  ] ; # 
  fhir:subject ( [
     fhir:l <http://hl7.org/fhir/Patient/f201> ;
     fhir:reference [ fhir:v "Patient/f201" ]
  ] ) ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://mdhhs.org/fhir/consentdirective-type"^^xsd:anyURI ;
         fhir:l <http://mdhhs.org/fhir/consentdirective-type>
       ] ;
       fhir:code [ fhir:v "OPTIN" ]
     ] ) ;
     fhir:text [ fhir:v "Opt-in consent directive" ]
  ] ; # 
  fhir:subType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/consentcategorycodes"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/consentcategorycodes>
       ] ;
       fhir:code [ fhir:v "hcd" ]
     ] ) #        <code value=\"MDHHS-5515\"\/>\n      <display\n        value=\"Michigan MDHHS-5515 Consent to Share Behavioral Health Information for Care Coordination Purposes\"\n      \/>  
  ] ) ; # 
  fhir:term ( [
     fhir:offer [
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/contracttermtypecodes"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/contracttermtypecodes>
           ] ;
           fhir:code [ fhir:v "statutory" ]
         ] )
       ] ;
       fhir:decision [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
           ] ;
           fhir:code [ fhir:v "OPTIN" ]
         ] )
       ] ;
       fhir:text [ fhir:v "Can't refuse" ]
     ] ;
     fhir:asset ( [
       fhir:period ( [
         fhir:start [ fhir:v "2013-11-01T21:18:27-04:00"^^xsd:dateTime ] ;
         fhir:end [ fhir:v "2019-11-01T21:18:27-04:00"^^xsd:dateTime ]
       ] )
     ] ) ; #  \n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-Confidentiality\"\/>\n        <code value=\"R\"\/>\n        <display value=\"Restricted\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActCode\"\/>\n        <code value=\"ETH\"\/>\n        <display value=\"substance abuse information sensitivity\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActCode\"\/>\n        <code value=\"42CFRPart2\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActReason\"\/>\n        <code value=\"TREAT\"\/>\n        <display value=\"treatment\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActReason\"\/>\n        <code value=\"HPAYMT\"\/>\n        <display value=\"healthcare payment\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActReason\"\/>\n        <code value=\"HOPERAT\"\/>\n        <display value=\"healthcare operations\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActCode\"\/>\n        <code value=\"PERSISTLABEL\"\/>\n        <display value=\"persist security label\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActCode\"\/>\n        <code value=\"PRIVMARK\"\/>\n        <display value=\"privacy mark\"\/>\n      <\/securityLabel>\n      <securityLabel>\n        <system value=\"http:\/\/terminology.hl7.org\/CodeSystem\/v3-ActCode\"\/>\n        <code value=\"NORDSCLCD\"\/>\n        <display value=\"no redisclosure without consent directive\"\/>\n      <\/securityLabel>\n     
     fhir:action ( [
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/contractaction"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/contractaction>
           ] ;
           fhir:code [ fhir:v "action-a" ]
         ] )
       ] ;
       fhir:subject ( [
         fhir:reference ( [
           fhir:l <http://hl7.org/fhir/Organization/f001> ;
           fhir:reference [ fhir:v "Organization/f001" ] ;
           fhir:display [ fhir:v "VA Ann Arbor Healthcare System" ]
         ] ) ;
         fhir:role [
           fhir:coding ( [
             fhir:system [
               fhir:v "http://mdhhs.org/fhir/consent-actor-type"^^xsd:anyURI ;
               fhir:l <http://mdhhs.org/fhir/consent-actor-type>
             ] ;
             fhir:code [ fhir:v "IR" ] ;
             fhir:display [ fhir:v "Recipient" ]
           ] ) ;
           fhir:text [ fhir:v "Recipient of restricted health information" ]

         ]
       ];
       fhir:Contract.term.action.intent [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
           fhir:Coding.code [ fhir:value "HPRGRP" ]

       ] [
         fhir:reference ( [
           fhir:l <http://hl7.org/fhir/Organization/2> ;
           fhir:reference [ fhir:v "Organization/2" ] ;
           fhir:display [ fhir:v "Community Mental Health Clinic" ]
         ] ) ;
         fhir:role [
           fhir:coding ( [
             fhir:system [
               fhir:v "http://mdhhs.org/fhir/consent-actor-type"^^xsd:anyURI ;
               fhir:l <http://mdhhs.org/fhir/consent-actor-type>
             ] ;
             fhir:code [ fhir:v "IS" ] ;
             fhir:display [ fhir:v "Sender" ]
           ] ) ;
           fhir:text [ fhir:v "Sender of restricted health information" ]

         ]
       ];
       fhir:Contract.term.action.status [
         fhir:CodeableConcept.text [ fhir:value "Sample" ]

       ] ) ;
       fhir:intent [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActReason>
           ] ;
           fhir:code [ fhir:v "HPRGRP" ]
         ] )
       ] ;
       fhir:status [
         fhir:text [ fhir:v "Sample" ]

       ]
     ]
  ];
  fhir:Contract.signer [
     fhir:index 0;
     fhir:Contract.signer.type [
       fhir:Coding.system [ fhir:value "http://mdhhs.org/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.who [
         fhir:link <http://hl7.org/fhir/Patient/f201>;
         fhir:Reference.reference [ fhir:value "Patient/f201" ]

     ] )
  ] ) ; # 
  fhir:signer ( [
     fhir:type [
       fhir:system [
         fhir:v "http://mdhhs.org/fhir/consent-signer-type"^^xsd:anyURI ;
         fhir:l <http://mdhhs.org/fhir/consent-signer-type>
       ] ;
       fhir:code [ fhir:v "SELF" ]
     ] ;
     fhir:party [
       fhir:l <http://hl7.org/fhir/Patient/f201> ;
       fhir:reference [ fhir:v "Patient/f201" ] ;
       fhir:display [ fhir:v "Alice Recruit" ]
     ] ;
     fhir:signature ( [
       fhir:type ( [
         fhir:system [
           fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ;
           fhir:l <urn:iso-astm:E1762-95:2013>
         ] ;
         fhir:code [ fhir:v "1.2.840.10065.1.12.1.1" ]
       ] ) ;
       fhir:when [ fhir:v "2017-02-08T10:57:34+01:00"^^xsd:dateTime ] ;
       fhir:who [
         fhir:l <http://hl7.org/fhir/Patient/f201> ;
         fhir:reference [ fhir:v "Patient/f201" ]

       ]
     ] )
  ] ) ; # 
  fhir:legal ( [
     fhir:content [
       a fhir:Attachment ;
       fhir:contentType [ fhir:v "application/pdf" ] ;
       fhir:language [ fhir:v "en-US" ] ;
       fhir:url [
         fhir:v "http://org.mihin.ecms/ConsentDirective-2121"^^xsd:anyURI ;
         fhir:l <http://org.mihin.ecms/ConsentDirective-2121>
       ] ;
       fhir:title [ fhir:v "MDHHS-5515 Consent To Share Your Health Information" ]

     ]
  ];
  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://build.fhir.org/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.