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

FHIR IG analytics

Packagejohnmoehrke.xacml-consent.example
Resource TypeConsent
IdConsent-ExampleFHIRConsentXACMLreference.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 ExampleFHIRConsentXACMLreference

identifier: oasis:names:tc:xacml:1.0:Policy/@PolicyId/consent-policy-set-12345

status: Active

scope: Privacy Consent

category: Consent Document with XACML Policies

patient: John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)

source: null @ http://example.org/policies/xacml-patient-consent-12345.xml

Policies

-Uri
*http://example.org/policies/xacml-overriding.xml

Source1

{
  "resourceType": "Consent",
  "id": "ExampleFHIRConsentXACMLreference",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/xacml-consent/StructureDefinition/fhir-consent-xacml"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "oasis:names:tc:xacml:1.0:Policy/@PolicyId"
          }
        ]
      },
      "value": "consent-policy-set-12345"
    }
  ],
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent Document"
        }
      ],
      "text": "Consent Document with XACML Policies"
    }
  ],
  "patient": {
    "reference": "Patient/ex-patient"
  },
  "sourceAttachment": {
    "url": "http://example.org/policies/xacml-patient-consent-12345.xml"
  },
  "policy": [
    {
      "uri": "http://example.org/policies/xacml-overriding.xml"
    }
  ]
}