FHIR IG analytics| Package | myhealth.eu.fhir.core |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-a3b4c5d6-e7f8-9012-abcd-123456789012.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DiagnosticReport",
"id": "a3b4c5d6-e7f8-9012-abcd-123456789012",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/diagnosticReport-myhealtheu-core"
]
},
"language": "en-GB",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/report-ids",
"value": "LAB-2024-001"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "CBC panel - Blood by Automated count"
}
]
},
"subject": {
"reference": "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
},
"effectiveDateTime": "2024-01-10",
"issued": "2024-01-10T14:00:00Z",
"performer": [
{
"reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
}
],
"result": [
{
"reference": "Observation/e1f2a3b4-c5d6-7890-efab-901234567890"
}
]
}