FHIR IG analytics| Package | de.gkvsv.evp |
| Resource Type | ServiceRequest |
| Id | ServiceRequestAnfrageBeispiel.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "ServiceRequestAnfrage",
"meta": {
"profile": [
"https://fhir.gkvsv.de/StructureDefinition/GKVSV_PR_EVP_ServiceRequestMassnahme|1.0"
],
"security": [
{
"system": "https://fhir.gkvsv.de/CodeSystem/GKVSV_CS_EVP_Datenweitergabe",
"code": "1"
}
]
},
"status": "active",
"intent": "plan",
"code": {
"text": "Anfrage Vorrätigkeit des Wannenlifts beim Sanitätshaus"
},
"subject": {
"reference": "Patient/PatientExample"
},
"occurrencePeriod": {
"end": "2021-06-30"
},
"performer": [
{
"extension": [
{
"url": "https://fhir.gkvsv.de/StructureDefinition/GKVSV_EX_EVP_Verantwortlich",
"valueBoolean": false
}
],
"display": "Heike"
},
{
"extension": [
{
"url": "https://fhir.gkvsv.de/StructureDefinition/GKVSV_EX_EVP_Verantwortlich",
"valueBoolean": true
}
],
"display": "Karl-Heinz"
}
]
}