Digital Health Platform
0.1.0 -
Digital Health Platform, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Consent",
"id" : "example-consent",
"meta" : {
"profile" : [
🔗 "http://medcore.uz/StructureDefinition/dhp-consent"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Consent example-consent</b></p><a name=\"example-consent\"> </a><a name=\"hcexample-consent\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dhp-consent.html\">Uzbekistan DHP Consent</a></p></div><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Алишер Ибрагимов (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2025-02-15 14:02:52+0500 --> 2026-02-15 14:02:52+0500</p><p><b>grantor</b>: <a href=\"Patient-example-patient.html\">Алишер Ибрагимов (no stated gender), DoB Unknown</a></p><p><b>regulatoryBasis</b>: <span title=\"Codes:{https://terminology.medcore.uz/CodeSystem/consent-policy-cs uz-LRU-547}\">“Shaxsiy ma'lumotlar to'g'risida”gi O'zR Qonunining 15, 18, 19, 21-31-moddalari.</span></p><p><b>decision</b>: Permit</p><h3>Provisions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>Action</b></td><td><b>Purpose</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-02-15 14:02:52+0500 --> 2026-02-15 14:02:52+0500</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentaction disclose}\">Disclose</span></td><td><a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActReason.html#v3-ActReason-RECORDMGT\">ActReason RECORDMGT</a>: records management</td></tr></table></div>"
},
"status" : "active",
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"period" : {
"start" : "2025-02-15T14:02:52+05:00",
"end" : "2026-02-15T14:02:52+05:00"
},
"grantor" : [
{
🔗 "reference" : "Patient/example-patient"
}
],
"regulatoryBasis" : [
{
"coding" : [
{
"system" : "https://terminology.medcore.uz/CodeSystem/consent-policy-cs",
"code" : "uz-LRU-547"
}
]
}
],
"decision" : "permit",
"provision" : [
{
"period" : {
"start" : "2025-02-15T14:02:52+05:00",
"end" : "2026-02-15T14:02:52+05:00"
},
"action" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentaction",
"code" : "disclose"
}
]
}
],
"purpose" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "RECORDMGT"
}
]
}
]
}