Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Medication",
"id" : "e4749ae2-3eff-4af7-a0df-46c90d7fa3f3",
"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" : "V09FX01",
"display" : "Технеций 99m -пертехнетат"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReleaseFormsMedication",
"code" : "122100042",
"display" : "порошок для приготовления раствора для внутривенного введения"
}
]
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/INNMedication",
"code" : "7199",
"display" : "technetium (99mTc) nitridocade"
}
]
}
},
"strengthQuantity" : {
"value" : 2.5,
"unit" : "ГБк",
"system" : "https://fhir.by/ValueSet/MedicationByUnits",
"code" : "GBq"
}
}
]
}