FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-RoutineViralLoadDiagnosticReportExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport RoutineViralLoadDiagnosticReportExample
Profile: Diagnostic Report - Viral Load
| Subject | Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671) |
| Reported | 2024-01-25 11:45:33+1100 |
| Performer | Organization Meshwalkiya Health Center |
Report Details
| Code | Value | Flags | When For |
| Human immunodeficiency virus viral load | 1001 copies/mL (Details: UCUM code1/mL = '1/mL') | Final, Uncontrolled | 2023-12-11 |
{
"resourceType": "DiagnosticReport",
"id": "RoutineViralLoadDiagnosticReportExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/viral-load-diagnostic-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"issued": "2024-01-25T11:45:33+11:00",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"result": [
{
"reference": "Observation/UnsuppressedViralLoadResultExample"
}
]
}