FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ExampleDiagnosticReport.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport ExampleDiagnosticReport
Profile: DiagnosticReportProfile
| Subject | Unable to get Patient Details |
| Relevant Time | 2025-03-10 08:30:00+0000 |
| Performer | Practitioner/example |
| Identifier | http://hospital.org/diagnostic-reports/DR-98765 |
Report Details
{
"resourceType": "DiagnosticReport",
"id": "ExampleDiagnosticReport",
"meta": {
"profile": [
"http://example.org/StructureDefinition/DiagnosticReportProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.org/diagnostic-reports",
"value": "DR-98765"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "Complete blood count (CBC) panel"
}
]
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"effectiveDateTime": "2025-03-10T08:30:00Z",
"performer": [
{
"reference": "Practitioner/example"
}
],
"specimen": [
{
"reference": "Specimen/example"
}
]
}