Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Medication",
"id" : "56ee0ec4-489f-4d23-a1f1-4431f1a61634",
"meta" : {
"profile" : [
🔗 "https://fhir.by/StructureDefinition/DrugComponent"
]
},
"extension" : [
{
"url" : "https://fhir.by/StructureDefinition/TypeOfMedicine",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/TypeOfMedicine",
"code" : "medicine",
"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" : "by-prescription",
"display" : "по рецепту"
}
]
}
},
{
"url" : "https://fhir.by/StructureDefinition/ConcentrationMedication",
"valueQuantity" : {
"value" : 150,
"unit" : "мг/мл",
"system" : "https://fhir.by/ValueSet/MedicationByUnits",
"code" : "mg/mL"
}
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ATCClassifier",
"code" : "V08AB09",
"display" : "Йодиксанол"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReleaseFormsMedication",
"code" : "123000022",
"display" : "раствор для инъекций"
}
]
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/INNMedication",
"code" : "2873",
"display" : "йодиксанол"
}
]
}
},
"strengthQuantity" : {
"value" : 7500,
"unit" : "мг",
"system" : "https://fhir.by/ValueSet/MedicationByUnits",
"code" : "mg"
}
}
]
}