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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypeConsent
IdConsent-PatientHasEpr.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

Generated Narrative: Consent PatientHasEpr

status: Active

scope: Privacy Consent

category: information disclosure

patient: Franz Muster

dateTime: 2020-12-28

organization: Stammgemeinschaft XYZ

Policies

-Authority
*https://www.admin.ch/opc/de/classified-compilation/20111795/index.html

policyRule: CH EPR Consent


Source1

{
  "resourceType": "Consent",
  "id": "PatientHasEpr",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-epr-consent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "IDSCL",
          "display": "information disclosure"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/FranzMuster",
    "display": "Franz Muster"
  },
  "dateTime": "2020-12-28",
  "organization": [
    {
      "display": "Stammgemeinschaft XYZ"
    }
  ],
  "policy": [
    {
      "authority": "https://www.admin.ch/opc/de/classified-compilation/20111795/index.html"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code": "ch-epr"
      }
    ]
  }
}