FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-CD4PercentageAndAbsoluteDiagnosticReportExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport CD4PercentageAndAbsoluteDiagnosticReportExample
Profile: Diagnostic Report - CD4
| 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 |
| CD3+CD4+ (T4 helper) cells [#/volume] in Specimen | 500 cells/mm3 (Details: UCUM code/mm3 = '/mm3') | Final | 2024-01-25 |
| CD3+CD4+ (T4 helper) cells/cells in Specimen | 60 % (Details: UCUM code% = '%') | Final | 2024-01-25 |
{
"resourceType": "DiagnosticReport",
"id": "CD4PercentageAndAbsoluteDiagnosticReportExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/cd4-diagnostic-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/CD4ServiceRequestExample"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "32515-9"
}
]
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"issued": "2024-01-25T11:45:33+11:00",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"result": [
{
"reference": "Observation/CD4AbsoluteCountExample",
"display": "Absolute CD4 Count"
},
{
"reference": "Observation/CD4PercentageExample",
"display": "CD4 Percentage"
}
]
}