Medication Scheme Implementation Guide
1.0.0 - draft
Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "parameters-response",
"parameter" : [
{
"name" : "insuranceParameter",
"valueBoolean" : true
},
{
"name" : "insuranceEUParameter",
"valueBoolean" : true
},
{
"name" : "oldAgePensionParameter",
"valueBoolean" : true
},
{
"name" : "incapacityForWorkPensionParameter",
"valueBoolean" : false
},
{
"name" : "reimbursementParameter",
"part" : [
{
"name" : "condition",
"valueCodeableConcept" : {
"coding" : [
{
"code" : "9004"
}
]
}
},
{
"name" : "rate",
"valueCodeableConcept" : {
"coding" : [
{
"code" : "090"
}
]
}
}
]
}
]
}