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" : "DiagnosticReport",
"id" : "RoutineViralLoadDiagnosticReportExample",
"meta" : {
"profile" : [
🔗 "http://jembi.org/fhir/StructureDefinition/viral-load-diagnostic-report"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "V"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport RoutineViralLoadDiagnosticReportExample</b></p><a name=\"RoutineViralLoadDiagnosticReportExample\"> </a><a name=\"hcRoutineViralLoadDiagnosticReportExample\"> </a><a name=\"RoutineViralLoadDiagnosticReportExample-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 25836-8}\">HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection</span> (<span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Doe (no stated gender), DoB Unknown ( http://jembi.org/fhir/hiv/identifier/MRN#MRN-12345-12-1)</td></tr><tr><td>When For</td><td>2024-01-25</td></tr><tr><td>Reported</td><td>2024-01-25 11:45:33+1100</td></tr><tr><td>Performer</td><td> <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ViralLoadResultExample1.html\"><span title=\"Codes:{http://snomed.info/sct 315124004}\">HIV viral load</span></a></td><td>900 copies/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1/mL = '1/mL')</span></td><td>Final</td><td>2023-12-11</td></tr></table></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/RoutineViralLoadServiceRequestExample"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11502-2"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "25836-8"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample1"
},
"encounter" : {
🔗 "reference" : "Encounter/GeneralEncounterExample"
},
"effectiveDateTime" : "2024-01-25",
"issued" : "2024-01-25T11:45:33+11:00",
"performer" : [
{
🔗 "reference" : "Organization/CurrentServiceProviderExample1"
}
],
"result" : [
{
🔗 "reference" : "Observation/ViralLoadResultExample1"
}
]
}