FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeConsent
IdConsent-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Consent",
  "id": "4e58bb9a-0fac-4815-a824-3d5a2ffab93c",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Consent|1.2.0"
    ]
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent Document"
        }
      ]
    }
  ],
  "patient": {
    "reference": "urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B"
  },
  "dateTime": "2019-02-14T16:03:31.472Z",
  "performer": [
    {
      "reference": "urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8"
    }
  ],
  "organization": [
    {
      "reference": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc7e4"
    }
  ],
  "policyRule": {
    "text": "Ontario Privacy"
  },
  "provision": {
    "type": "permit",
    "action": [
      {
        "text": "Patient Notification"
      }
    ]
  }
}