Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build
{
"resourceType" : "Medication",
"id" : "23ee0ec4-840f-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" : "without-prescription",
"display" : "без рецепта"
}
]
}
}
],
"code" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ATCClassifier",
"code" : "J01CR02",
"display" : "Амоксициллин в комбинации с ингибиторами ферментов"
}
]
},
"status" : "active",
"doseForm" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/ReleaseFormsMedication",
"code" : "129000092",
"display" : "таблетки, покрытые пленочной оболочкой"
}
]
},
"ingredient" : [
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/INNMedication",
"code" : "439",
"display" : "amoxicillinum"
}
]
}
},
"strengthQuantity" : {
"value" : 500,
"unit" : "мг",
"system" : "https://fhir.by/ValueSet/MedicationByUnits",
"code" : "mg"
}
},
{
"item" : {
"concept" : {
"coding" : [
{
"system" : "https://fhir.by/ValueSet/INNMedication",
"code" : "3230",
"display" : "acidum clavulanicum"
}
]
}
},
"strengthQuantity" : {
"value" : 125,
"unit" : "мг",
"system" : "https://fhir.by/ValueSet/MedicationByUnits",
"code" : "mg"
}
}
]
}