FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-AtApsExampleDiagnosticReport01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport AtApsExampleDiagnosticReport01
Profile: AT APS DiagnosticReport
| Subject | Maria Musterfrau Female, DoB: 1998-04-17 ( Social Security number: 0000121150) |
| When For | 2024-09-15 10:30:00+0100 |
| Reported | 2024-09-15 11:00:00+0100 |
| Performer | Hanna Hausärztin |
Report Details
| Code | Value | Reference Range | Flags | When For |
| Hämoglobin | 13.6 g/dL (Details: UCUM codeg/dL = 'g/dL') | 12 g/dL (Details: UCUM codeg/dL = 'g/dL') - 17.5 g/dL (Details: UCUM codeg/dL = 'g/dL') | Final | 2024-10-10 09:30:00+0100 |
{
"resourceType": "DiagnosticReport",
"id": "AtApsExampleDiagnosticReport01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-diagnosticreport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Labor"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "Laboratory report"
}
],
"text": "Laborbefund"
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"effectiveDateTime": "2024-09-15T10:30:00+01:00",
"issued": "2024-09-15T11:00:00+01:00",
"performer": [
{
"reference": "Practitioner/at-aps-example-practitioner-01",
"display": "Hanna Hausärztin"
}
],
"specimen": [
{
"reference": "Specimen/AtApsExampleSpecimen01",
"display": "Blutprobe"
}
],
"result": [
{
"reference": "Observation/AtApsExampleObservation01",
"display": "Hämoglobin"
}
]
}