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

FHIR IG analytics

Packagech.fhir.ig.ch-epr-ppqm
Resource TypeConsent
IdConsent-Template202Consent.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Template 202 - Access in emergency mode


Source1

{
  "resourceType": "Consent",
  "id": "Template202Consent",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-epr-ppqm/StructureDefinition/PpqmConsent"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-epr-ppqm/CodeSystem/PpqmConsentIdentifierType",
            "code": "policySetId"
          }
        ]
      },
      "value": "urn:uuid:bf6c1fb6-2eb9-49ad-b96b-1a4ac55fc7bd"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-epr-ppqm/CodeSystem/PpqmConsentIdentifierType",
            "code": "templateId"
          }
        ]
      },
      "value": "202"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "INFA"
        }
      ]
    }
  ],
  "patient": {
    "identifier": {
      "system": "urn:oid:2.16.756.5.30.1.127.3.10.3",
      "value": "123456789012345678"
    }
  },
  "policyRule": {
    "coding": [
      {
        "system": "urn:ietf:rfc:3986",
        "code": "urn:e-health-suisse:2015:policies:access-level:normal"
      }
    ]
  },
  "provision": {
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "urn:oid:2.16.756.5.30.1.127.3.10.6",
              "code": "HCP"
            }
          ]
        },
        "reference": {
          "display": "all"
        }
      }
    ],
    "purpose": [
      {
        "system": "urn:oid:2.16.756.5.30.1.127.3.10.5",
        "code": "EMER"
      }
    ]
  }
}