FHIR IG analytics| Package | ihe.iti.balp |
| Resource Type | Consent |
| Id | Consent-ex-consent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent ex-consent
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Active
scope: Privacy Consent
category: Privacy policy acknowledgment Document
patient: John Schmidt Other, DoB: 1923-07-25
| Uri |
| urn:uuid:a7ff9fa3-fbb6-4c5e-a1cc-6128069bbd4b |
{
"resourceType": "Consent",
"id": "ex-consent",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "57016-8"
}
]
}
],
"patient": {
"reference": "Patient/ex-patient"
},
"policy": [
{
"uri": "urn:uuid:a7ff9fa3-fbb6-4c5e-a1cc-6128069bbd4b"
}
]
}