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

FHIR IG analytics

Packagehl7.fhir.us.directory-query
Resource TypeConsent
IdConsent-PatientConsent.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

Resource Consent "PatientConsent" Updated "2020-07-07 13:26:22+0000"

Profile: National Directory Endpoint Qry Exchange Restriction

status: active

scope: Privacy Consent (National Healthcare Directory ConsentScopeCodes Code System#patient-privacy)

category: Consent Document (LOINC#59284-0)

policyRule: Common Rule Informed Consent (Consent PolicyRule Codes#cric)


Source1

{
  "resourceType": "Consent",
  "id": "PatientConsent",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDir-Restriction"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/directory-query/CodeSystem/ConsentScopeCS",
        "code": "patient-privacy"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "59284-0"
        }
      ]
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
        "code": "cric"
      }
    ]
  }
}