FHIR IG analytics| Package | hl7.fhir.eu.laboratory |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-dr-lab-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport dr-lab-example
Language: en
Profile: DiagnosticReport: Laboratory Report
| Subject | František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor)) |
| When For | 2022-10-25 13:35:00+0100 |
| Performer | MUDr. Aleš Procházka |
| Identifier | Uniform Resource Identifier (URI)/urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f |
Report Details
| Code | Value | Flags |
| Gram Stain | Final | |
| Aerobic Culture | Final | |
| Anaerobic Culture | No growth | Final |
{
"resourceType": "DiagnosticReport",
"id": "dr-lab-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/laboratory/StructureDefinition/DiagnosticReport-eu-lab"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"valueReference": {
"reference": "Composition/comp-lab-example"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "26436-6",
"display": "Laboratory Studies (set)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
],
"text": "Bacterial Aerobic & Anaerobic Culture & Susceptibility"
},
"subject": {
"reference": "Patient/pat-lab-example"
},
"effectiveDateTime": "2022-10-25T13:35:00+01:00",
"performer": [
{
"display": "MUDr. Aleš Procházka"
}
],
"specimen": [
{
"display": "Specimen from wound collected on October 25th, 2022"
}
],
"result": [
{
"reference": "Observation/obs-gram-stain"
},
{
"reference": "Observation/obs-aerobic-culture"
},
{
"reference": "Observation/obs-anaerobic-culture"
}
]
}