FHIR IG analytics| Package | de.gevko.evo.hlm |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "00000007",
"meta": {
"profile": [
"https://fhir.gevko.de/StructureDefinition/EVO_PR_HLM_ServiceRequest|0.9.0"
]
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://fhir.gevko.de/CodeSystem/EVO_CS_HLM_Section_Type",
"code": "HLM",
"display": "Heilmittel"
}
]
}
],
"code": {
"text": "KG"
},
"quantityQuantity": {
"value": 3,
"system": "http://unitsofmeasure.org",
"code": "{count}"
},
"subject": {
"reference": "https://[FHIR-SERVER-URL]/Patient/00000001"
},
"requester": {
"reference": "https://[FHIR-SERVER-URL]/Practitioner/00000002"
},
"reasonReference": [
{
"reference": "https://[FHIR-SERVER-URL]/Condition/00000005"
}
]
}