FHIR IG analytics| Package | ru.core |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-core-medicationrequest-ivanov-paracetamol.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Минимальный пример для использования в ссылках
{
"resourceType": "MedicationRequest",
"id": "example-core-medicationrequest-ivanov-paracetamol",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.ru/ig/core/systems/medicationrequest",
"value": "MR-2024-001"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
]
}
],
"priority": "routine",
"medication": {
"concept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "313782",
"display": "Acetaminophen 500 MG Oral Tablet"
}
]
}
},
"subject": {
"reference": "Patient/example-core-patient-ivanov",
"display": "Иванов Иван Петрович"
},
"encounter": {
"reference": "Encounter/example-core-encounter-consultation",
"display": "Консультация терапевта"
},
"authoredOn": "2024-01-15T10:30:00Z",
"requester": {
"reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist",
"display": "Смирнов Александр Иванович"
},
"dosageInstruction": [
{
"text": "500 мг 3 раза в день",
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}