Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-4-t2-07-26-10)
1.4.444 - ci-build
{
"resourceType" : "Contract",
"id" : "ExampleCancellAmoxiclav",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/CancelOrder"
]
},
"expirationType" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReasonOfDrugCancelling",
"code" : "allergy",
"display" : "Развитие аллергической реакции"
}
]
},
"subject" : [
{
🔗 "reference" : "Patient/PatientFullBundle"
}
],
"authority" : [
{
🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
}
],
"title" : "Отмена назначения лекарственного средства",
"author" : {
🔗 "reference" : "PractitionerRole/ExampleTherapist"
},
"topicReference" : {
🔗 "reference" : "MedicationRequest/ExampleMedicationOrderAmoxiclav"
}
}