FHIR IG analytics| Package | myhie.v4-test |
| Resource Type | Consent |
| Id | example-consent.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Consent",
"id": "example-consent",
"meta": {
"versionId": "1",
"lastUpdated": "2022-04-08T07:45:26.344+08:00",
"source": "http://provider.hie.moh.gov.my",
"profile": [
"http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core"
],
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST",
"display": "test health data"
},
{
"system": "https://smilecdr.com/fhir/NamingSystem/tags",
"code": "validation_passed",
"display": "Validation Passed"
}
]
},
"identifier": [
{
"value": "example-consent"
}
],
"status": "inactive",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Patient Consent"
},
{
"system": "http://loinc.org",
"code": "57016-8",
"display": "Privacy policy acknowledgement Document"
}
]
}
],
"patient": {
"reference": "Patient/example-patient"
},
"policyRule": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes",
"code": "hipaa-auth",
"display": "HIPAA Authorization"
}
]
}
}