FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ExampleSGHIDiagnosticReport.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport ExampleSGHIDiagnosticReport
Profile: SGHI DiagnosticReport
| Subject | James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345) |
| When For | 2025-02-10 08:00:00+0000 |
| Reported | 2025-02-10 08:00:00+0000 |
| Performer | Organization SGHI Healthcare Organization |
| Identifier | Medical Record Number/qwerty3456789 (use: official, ) |
Report Details
{
"resourceType": "DiagnosticReport",
"id": "ExampleSGHIDiagnosticReport",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/diagnosticreport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "qwerty3456789",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"basedOn": [
{
"reference": "MedicationRequest/ExampleSGHIMedicationRequest"
}
],
"status": "partial",
"category": [
{
"coding": [
{
"code": "CT",
"display": "CAT Scan"
}
]
}
],
"code": {
"coding": [
{
"code": "100018-1",
"display": "Hospice care Note"
}
]
},
"subject": {
"reference": "Patient/ExampleSGHIPatient"
},
"encounter": {
"reference": "Encounter/ExampleSGHIEncounter"
},
"effectiveDateTime": "2025-02-10T08:00:00Z",
"issued": "2025-02-10T08:00:00Z",
"performer": [
{
"reference": "Organization/ExampleSGHIOrganization"
}
],
"resultsInterpreter": [
{
"reference": "Organization/ExampleSGHIOrganization"
}
]
}