FHIR IG analytics| Package | de.gevko.evo.hlm |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-duplicate-3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "00000005",
"meta": {
"profile": [
"https://fhir.gevko.de/StructureDefinition/EVO_PR_KHB_ServiceRequest|0.9.0"
]
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://fhir.gevko.de/ValueSet/EVO_VS_KHB_Section_Type",
"code": "KHB",
"display": "Krankenhausbehandlung"
}
]
}
],
"priority": "urgent",
"subject": {
"reference": "https://[FHIR-SERVER-URL]/Patient/00000001"
},
"requester": {
"reference": "https://[FHIR-SERVER-URL]/Practitioner/00000002"
},
"performer": [
{
"identifier": {
"type": {
"coding": [
{
"system": "https://fhir.gevko.de/CodeSystem/EVO_CS_Belegarztbehandlung",
"code": "1"
}
]
}
}
}
],
"locationCode": [
{
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_VDX_PRAXISTYP",
"code": "50",
"display": "Krankenhaus"
}
]
}
],
"locationReference": [
{
"reference": "https://[FHIR-SERVER-URL]/Organisation/000000011"
},
{
"reference": "https://[FHIR-SERVER-URL]/Organisation/000000012"
}
],
"reasonReference": [
{
"reference": "https://[FHIR-SERVER-URL]/Condition/00000006"
}
],
"extension": [
{
"url": "https://fhir.gevko.de/StructureDefinition/EVO_EX_Ursache_Unfall_BVG",
"valueCoding": {
"system": "https://fhir.kbv.de/CodeSystem/EVO_VS_Ursache_Type_Unfall_BVG",
"code": "1",
"display": "Unfall"
}
}
]
}