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

FHIR IG analytics

Packageca.on.consent.r4
Resource TypeConsent
IdOLIS-pvdr-emergency-override-consent-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",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Consent|2.0.0"
    ]
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "INFA",
          "display": "information access"
        }
      ]
    }
  ],
  "patient": {
    "reference": "#patient-internal-id"
  },
  "performer": [
    {
      "reference": "#practitioner-internal-id"
    }
  ],
  "organization": [
    {
      "reference": "#organization-internal-id"
    }
  ],
  "policy": [
    {
      "authority": "http://www.ontario.ca"
    }
  ],
  "provision": {
    "type": "permit",
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "IRCP",
              "display": "information recipient"
            }
          ]
        },
        "reference": {
          "reference": "#practitioner-internal-id"
        }
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "OVRER",
        "display": "emergency treatment override"
      }
    ],
    "class": [
      {
        "system": "urn:ietf:rfc:3986",
        "code": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-DiagnosticReport",
        "display": "OLIS"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "patient-internal-id",
      "meta": {
        "profile": [
          "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Patient|1.0.0"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
          "value": "1234-567-890"
        }
      ],
      "name": [
        {
          "family": "Smith",
          "given": [
            "John"
          ]
        }
      ],
      "gender": "male",
      "birthDate": "1987-03-16"
    },
    {
      "resourceType": "Practitioner",
      "id": "practitioner-internal-id",
      "meta": {
        "profile": [
          "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Practitioner|1.0.0"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
          "value": "12345"
        }
      ],
      "name": [
        {
          "family": "Frankenstein",
          "given": [
            "Mary"
          ]
        }
      ]
    },
    {
      "resourceType": "Organization",
      "id": "organization-internal-id",
      "meta": {
        "profile": [
          "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Organization|1.0.0"
        ]
      },
      "identifier": [
        {
          "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi",
          "value": "11235813"
        }
      ],
      "name": "Frankenstein's Lab"
    }
  ]
}