FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-LIS.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DiagnosticReport",
"id": "HC40-UNITY.diagnosticreport",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/DiagnosticReport_Eng"
]
},
"basedOn": [
{
"reference": "ServiceRequest/example"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratorio"
}
]
}
],
"code": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/diagnosticReport",
"code": "LAB_OPENLIS",
"display": "Report di laboratorio"
}
]
},
"issued": "2022-09-05T14:52:43+02:00",
"result": [
{
"reference": "Observation/0c9f054a-8692-4c97-ab9e-06a951345c05"
}
]
}