FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.laborbefund |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-mii-exa-labor-laborbefund.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DiagnosticReport",
"id": "mii-exa-labor-laborbefund",
"meta": {
"security": [
{
"code": "HTEST",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"display": "test health data"
}
],
"profile": [
"https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/DiagnosticReportLab|2026.0.0"
]
},
"category": [
{
"coding": [
{
"code": "LAB",
"system": "http://terminology.hl7.org/CodeSystem/v2-0074"
},
{
"code": "26436-6",
"system": "http://loinc.org",
"display": "Laboruntersuchungen"
}
]
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FILL"
}
]
},
"system": "https://example.org/fhir/sid/test-befund",
"value": "0987654321",
"assigner": {
"identifier": {
"system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
"value": "DIZ-ID"
}
}
}
],
"code": {
"coding": [
{
"code": "11502-2",
"system": "http://loinc.org",
"display": "Laborbericht"
}
]
},
"basedOn": [
{
"reference": "ServiceRequest/111"
}
],
"status": "final",
"subject": {
"reference": "Patient/111"
},
"effectiveDateTime": "2018-11-20T12:05:00+01:00",
"issued": "2018-03-11T10:28:00+01:00",
"result": [
{
"reference": "Observation/test"
}
]
}