FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.laborbefund |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-mii-exa-labor-laboranforderung.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "mii-exa-labor-laboranforderung",
"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/ServiceRequestLab|2026.0.0|2026.0.0"
]
},
"status": "completed",
"intent": "order",
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC"
}
]
},
"system": "https://example.org/fhir/sid/anforderung-lab-identifier",
"value": "1234567890",
"assigner": {
"identifier": {
"system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
"value": "DIZ-ID"
}
}
}
],
"category": [
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"code": {
"coding": [
{
"code": "GroßesBlutbild",
"system": "http://example.org/fhir/CodeSystem/LabTests"
}
]
},
"subject": {
"reference": "Patient/111"
},
"authoredOn": "2018-11-20T10:28:00+01:00",
"specimen": [
{
"reference": "Specimen/4999"
}
]
}