FHIR IG analytics| Package | hl7.fhir.us.directory-attestation |
| Resource Type | Consent |
| Id | Consent-PatientConsent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Consent "PatientConsent" Updated "2020-07-07 13:26:22+0000"
Profile: NatlDirEx 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)
{
"resourceType": "Consent",
"id": "PatientConsent",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/directory-attestation/StructureDefinition/NatlDirEx-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"
}
]
}
}