FHIR IG analytics| Package | ru.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-core-servicerequest-ivanov-consultation-min.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-core-servicerequest-ivanov-consultation-min
identifier: https://fhir.ru/ig/core/systems/servicerequest/SR-2024-001
status: Active
intent: Order
| Concept |
| Взятие крови из периферической вены |
requester: PractitionerRole Врач-терапевт участковый
{
"resourceType": "ServiceRequest",
"id": "example-core-servicerequest-ivanov-consultation-min",
"meta": {
"profile": [
"https://fhir.ru/ig/core/StructureDefinition/core-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ru/ig/core/systems/servicerequest",
"value": "SR-2024-001"
}
],
"status": "active",
"intent": "order",
"code": {
"concept": {
"coding": [
{
"system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services",
"code": "A11.12.009",
"display": "Взятие крови из периферической вены"
}
]
}
},
"subject": {
"reference": "Patient/example-core-patient-ivanov-min"
},
"requester": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
}
}