Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "DeviceRequest",
"id" : "2408ee0a-23c7-49db-9227-2ba6d7ad9366",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/DeviceOrder"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
"valueReference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
{
"url" : "https://fhir.by/StructureDefinition/TermOfPurchaseMedication",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TermOfPurchaseMedication",
"code" : "2",
"display" : "C оплатой 10 процентов"
}
]
}
}
],
"basedOn" : [
{
🔗 "reference" : "CarePlan/ExampleIPR"
}
],
"status" : "active",
"intent" : "plan",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/MedicDeviceNomenclature",
"code" : "4573",
"display" : "Зубной протез"
}
]
}
},
"quantity" : 1,
"subject" : {
🔗 "reference" : "Patient/ExamplePatientWithIdentificationNumber"
},
"encounter" : {
🔗 "reference" : "Encounter/ConsultationEncounter"
},
"occurrenceDateTime" : "2025-01-05",
"authoredOn" : "2024-03-05",
"requester" : {
🔗 "reference" : "PractitionerRole/cdb2ab12-9b49-4a69-afe1-7a8931e5edbd"
},
"performer" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/IsHealthCareOrganization",
"code" : "health-care-organization",
"display" : "организация здравоохранения"
}
]
},
"reference" : {
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
},
"reason" : [
{
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/IndicationsTechRehubDevice",
"code" : "56.2",
"display" : "частичная или полная адентия"
}
]
}
}
]
}