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

FHIR IG analytics

Packagehl7.fhir.us.specialty-rx.r4b
Resource TypeConsent
IdConsent-specialty-rx-consent-1.json
FHIR VersionR4B

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

Resource Consent "specialty-rx-consent-1"

Profile: Specialty Rx Consent

identifier: id: tim-doe-signed-consent

status: active

scope: Privacy Consent (Consent Scope Codes#patient-privacy)

category: Consent Document (LOINC#59284-0)

patient: Patient/specialty-rx-patient-1: Timothy Doe " DOE"

dateTime: 2021-12-01 16:34:28-0500

source:

policyRule: opt-in (ActCode#OPTIN)


Source1

{
  "resourceType": "Consent",
  "id": "specialty-rx-consent-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-consent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.org/ids",
      "value": "tim-doe-signed-consent"
    }
  ],
  "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"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/specialty-rx-patient-1",
    "display": "Timothy Doe"
  },
  "dateTime": "2021-12-01T16:34:28.000-05:00",
  "sourceAttachment": {
    "contentType": "application/pdf",
    "data": "QSBzaWduZWQgY29uc2VudCBmb3JtIGluIGEgUERG"
  },
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "OPTIN",
        "display": "opt-in"
      }
    ]
  }
}