Hackathon - FHIR Implementation Guide For Continuity of Care
1.0.1 - ci-build
Hackathon - FHIR Implementation Guide For Continuity of Care, 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/OHIE24-Continuity-of-Care/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "RoutineViralLoadServiceRequestExample",
"meta" : {
"profile" : [
🔗 "http://ohie.org/fhir/StructureDefinition/vl-service-request"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest RoutineViralLoadServiceRequestExample</b></p><a name=\"RoutineViralLoadServiceRequestExample\"> </a><a name=\"hcRoutineViralLoadServiceRequestExample\"> </a><a name=\"RoutineViralLoadServiceRequestExample-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LP94892-4}\">LABORDERS</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9836-8}\">HIV proviral DNA [Presence] in Blood by Probe with amplification</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Mike John Smith Male, DoB: 1983-05-22 ( http://fhir.health.gov.lk/ips/identifier/phn#personal health number)</a></p><p><b>encounter</b>: <a href=\"Encounter-GeneralEncounterExample.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2012-12-09 --> 2012-12-09</a></p><p><b>authoredOn</b>: 2024-01-25</p><p><b>requester</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p><p><b>performer</b>: <a href=\"Organization-CurrentServiceProviderExample2.html\">Organization Facility B</a></p></div>"
},
"status" : "completed",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LP94892-4"
}
]
}
],
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "9836-8"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample1"
},
"encounter" : {
🔗 "reference" : "Encounter/GeneralEncounterExample"
},
"authoredOn" : "2024-01-25",
"requester" : {
🔗 "reference" : "Organization/CurrentServiceProviderExample1"
},
"performer" : [
{
🔗 "reference" : "Organization/CurrentServiceProviderExample2"
}
]
}