FHIR IG analytics| Package | hl7.fhir.us.ndh.r4 |
| 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
Generated Narrative: Consent PatientConsent
Last updated: 2020-07-07 13:26:22+0000
Profile: NDH Base Restriction
NDH usage restriction fhir path: Patient?address.use=home
status: Active
scope: Directory Privacy Consent
category: Directory Restriction
policyRule: NDH Restriction
{
"resourceType": "Consent",
"id": "PatientConsent",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Restriction"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-restrictFhirPath",
"valueExpression": {
"language": "text/fhirpath",
"expression": "Patient?address.use=home"
}
}
],
"status": "active",
"scope": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentScopeNdhCS",
"code": "directory-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentCategoryNdhCS",
"code": "DRC"
}
]
}
],
"policyRule": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentPolicyRulesCS",
"code": "ndh-restriction"
}
]
}
}