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

FHIR IG analytics

Packagejohnmoehrke.consentwithsegmentation
Resource TypeConsent
IdConsent-ex-consent-treat.json
FHIR VersionR5

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 ex-consent-treat

Participants

RoleDetails
PatientJohn Schmidt Other, DoB: 1923-07-25
GrantorJohn Schmidt Other, DoB: 1923-07-25
GranteeOrganization somewhere org
RuleWhatdoco
.. permit
... deny

doco Documentation for this format

Source1

{
  "resourceType": "Consent",
  "id": "ex-consent-treat",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/ConsentWithSegmentation/StructureDefinition/johnmoehrke.consentwithsegmentation.consenttreat"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0",
          "display": "Consent"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "date": "2022-06-13",
  "grantor": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "grantee": [
    {
      "reference": "Organization/ex-organization"
    }
  ],
  "sourceReference": [
    {
      "reference": "DocumentReference/ex-documentreference"
    }
  ],
  "policyBasis": {
    "url": "http://example.org/policies/basePrivacyConsentPolicy.xacml"
  },
  "decision": "permit",
  "provision": [
    {
      "purpose": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "TREAT"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HPAYMT"
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code": "HOPERAT"
        }
      ]
    }
  ]
}