Starter FHIR Implementation Guide
1.0.1 - draft
Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Consent",
"id" : "HIVStatusConsentPermitted1",
"meta" : {
"profile" : [
🔗 "http://jembi.org/fhir/StructureDefinition/hiv-status-consent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent HIVStatusConsentPermitted1</b></p><a name=\"HIVStatusConsentPermitted1\"> </a><a name=\"hcHIVStatusConsentPermitted1\"> </a><a name=\"HIVStatusConsentPermitted1-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}\">Consent Document</span></p><p><b>patient</b>: <a href=\"Patient-PatientExample1.html\">John Doe (no stated gender), DoB Unknown ( http://jembi.org/fhir/hiv/identifier/MRN#MRN-12345-12-1)</a></p><p><b>dateTime</b>: 2024-01-25</p><p><b>organization</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p><p><b>source</b>: <a href=\"DocumentReference-ExampleConsentForm.html\">DocumentReference: status = current; docStatus = final; type = Privacy policy acknowledgment Document</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}\">opt-in</span></p></div>"
},
"status" : "active",
"scope" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "59284-0"
}
]
}
],
"patient" : {
🔗 "reference" : "Patient/PatientExample1"
},
"dateTime" : "2024-01-25",
"organization" : [
{
🔗 "reference" : "Organization/CurrentServiceProviderExample1"
}
],
"sourceReference" : {
🔗 "reference" : "DocumentReference/ExampleConsentForm"
},
"policyRule" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "OPTIN"
}
]
}
}