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

FHIR IG analytics

Packageca.on.consent.r4
Resource TypeConsent
Idexample-sdm-override.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": "consent-example-sdm",
  "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"
  },
  "dateTime": "2018-12-28",
  "performer": [
    {
      "reference": "#relatedperson-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"
        }
      }
    ],
    "action": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/consentaction",
            "code": "use",
            "display": "Use"
          }
        ]
      }
    ],
    "purpose": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "SUPNWK",
        "display": "support network"
      }
    ],
    "class": [
      {
        "system": "urn:ietf:rfc:3986",
        "code": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-MedicationDispense",
        "display": "DHDR"
      }
    ]
  },
  "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": "Everyperson",
          "given": [
            "Sam"
          ]
        }
      ],
      "gender": "male",
      "birthDate": "1987-03-16"
    },
    {
      "resourceType": "RelatedPerson",
      "id": "relatedperson-internal-id",
      "meta": {
        "profile": [
          "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-RelatedPerson|1.0.0"
        ]
      },
      "patient": {
        "reference": "#patient-internal-id"
      },
      "name": [
        {
          "family": "Everyperson",
          "given": [
            "Jane"
          ]
        }
      ]
    },
    {
      "resourceType": "Practitioner",
      "id": "practitioner-internal-id",
      "meta": {
        "profile": [
          "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Practitioner|1.0.0"
        ]
      },
      "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"
    }
  ]
}