FHIR Release 3 (STU) CI-Build

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 Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Pcd-example-notLabs.json

Example Contract/pcd-example-notLabs (JSON)

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

Raw JSON ( canonical form + also see JSON Format Specification )

ConsentDirective Example

{
  "resourceType": "Contract",
  "id": "pcd-example-notLabs",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada. \n\tThe default policy is one of implied consent for the provision of care, so these scenarios all deal with withdrawal or withholding consent for that purpose. \n\tIn other jurisdictions, where an express consent model is used (Opt-In), these would examples would contain the phrase &quot;consent to&quot; rather \n\tthan &quot;withhold&quot; or &quot;withdraw&quot; consent for.\n    <p>\n\tspecific to use-case 1. Withhold or withdraw consent for disclosure of records related to specific domain (e.g. DI, LAB, etc.)\n\t</p><p>\n    Patient &quot;P. van de Heuvel&quot; wishes to withhold disclosure of all of her lab orders and results to any provider. \n   </p>\n   </div>"

  "resourceType" : "Contract",
  "id" : "pcd-example-notLabs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">The following scenario is based on existing\n      jurisdictional policy and are realized in existing systems in Canada. The default policy is\n      one of implied consent for the provision of care, so these scenarios all deal with withdrawal\n      or withholding consent for that purpose. In other jurisdictions, where an express consent\n      model is used (Opt-In), these would examples would contain the phrase &quot;consent to&quot; rather than\n      &quot;withhold&quot; or &quot;withdraw&quot; consent for. <p> specific to use-case 1. Withhold or withdraw consent\n        for disclosure of records related to specific domain (e.g. DI, LAB, etc.) </p><p> Patient\n        &quot;P. van de Heuvel&quot; wishes to withhold disclosure of all of her lab orders and results to any\n        provider. </p>\n    </div>"

  },
  "issued": "2014-08-17",
  "subject": [
    {
      "reference": "Patient/f001",
      "display": "P. van de Heuvel"
    }
  ],
  "authority": [
    {
      "reference": "Organization/Infoway",
      "display": "Canada Infoway"
    }
  ],
  "domain": [
    {
      "reference": "Location/Infoway",
      "display": "Canada Infoway"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "57016-8"
      }
    ]

  "issued" : "2014-08-17",
  "subject" : [{
    "reference" : "Patient/f001",
    "display" : "P. van de Heuvel"
  }],
  "authority" : [{
    "reference" : "Organization/3",
    "display" : "Michigan Health"
  }],
  "domain" : [{
    "reference" : "Location/ukp",
    "display" : "UK Pharmacies"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "57016-8"
    }]

  },
  "subType": [
    {
      "coding": [
        {
          "system": "http://www.infoway-inforoute.ca.org/Consent-subtype-codes",
          "code": "Opt-In",
          "display": "Default Authorization with exceptions."
        }
      ]
    }
  ],
  "term": [
    {
      "type": {
        "coding": [
          {
            "system": "http://example.org/fhir/consent-term-type-codes",
            "code": "withhold-object-type"
          }
        ]

  "subType" : [{
    "coding" : [{
      "system" : "http://www.infoway-inforoute.ca.org/Consent-subtype-codes",
      "code" : "Opt-In",
      "display" : "Default Authorization with exceptions."
    }]
  }],
  "term" : [{
    "offer" : {
      "text" : "sample"
    },
    "group" : [{
      "type" : {
        "coding" : [{
          "system" : "http://example.org/fhir/consent-term-type-codes",
          "code" : "withhold-object-type"
        }]

      },
      "subType": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "ProcedureRequest"
          }
        ]

      "subType" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/fhir-types",
          "code" : "ServiceRequest"
        }]

      },
      "text": "Withhold orders from any provider."

      "offer" : {
        "text" : "Withhold orders from any provider."
      }

    },
    {
      "type": {
        "coding": [
          {
            "system": "http://example.org/fhir/consent-term-type-codes",
            "code": "withhold-object-type"
          }
        ]

      "type" : {
        "coding" : [{
          "system" : "http://example.org/fhir/consent-term-type-codes",
          "code" : "withhold-object-type"
        }]

      },
      "subType": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/resource-types",
            "code": "DiagnosticReport"
          }
        ]

      "subType" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/fhir-types",
          "code" : "DiagnosticReport"
        }]

      },
      "text": "Withhold order results from any provider."
    }
  ],
  "friendly": [
    {
      "contentAttachment": {
        "title": "The terms of the consent in friendly consumer speak."

      "offer" : {
        "text" : "Withhold order results from any provider."

      }
    }]
  }],
  "friendly" : [{
    "contentAttachment" : {
      "title" : "The terms of the consent in friendly consumer speak."

    }
  ],
  "legal": [
    {
      "contentAttachment": {
        "title": "The terms of the consent in lawyer speak."
      }

  }],
  "legal" : [{
    "contentAttachment" : {
      "title" : "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.