Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Medication",
"id" : "f24edef7-6452-4077-b9fd-8c4c4771da60",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/DrugComponent"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/TypeOfMedicine",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeOfMedicine",
"code" : "radiopharmaceutical",
"display" : "радиофармацевтический"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/StorageListA",
"valueBoolean" : false
},
{
"url" : "https://fhir.by/StructureDefinition/EssentialMedicine",
"valueBoolean" : true
},
{
"url" : "https://fhir.by/StructureDefinition/DrugDispensingRules",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/DrugDispensingRules",
"code" : "for-hospitals",
"display" : "для стационаров"
}
]
}
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ATCClassifier",
"code" : "V09FX03",
"display" : "Йод-131 -натрия йодид"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReleaseFormsMedication",
"code" : "109000000",
"display" : "капсулы"
}
]
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/INNMedication",
"code" : "4639",
"display" : "sodium iodide (131I)"
}
]
}
},
"strengthQuantity" : {
"value" : 37,
"unit" : "МБк",
"system" : "https://fhir.by/ValueSet/MedicationByUnits",
"code" : "MBq"
}
}
]
}