hl7-be / medication

Medication-related FHIR profiles
Creative Commons Zero v1.0 Universal
1 stars 4 forks source link

Magistral preperation : Medication quantityprefix #159

Open leniejan opened 9 months ago

leniejan commented 9 months ago

It should be possible on Medication to add quantityprefix to ingredient

"ingredient": [
  {
  "extension": [{
   "valueInteger": 3,
   "url": "https://www.farmaflux.be/fhir/StructureDefinition/order"
  }],
  "strength": {"numerator": {
   "extension": [{
    "valueCoding": {
     "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-quantityprefix",
     "code": "ad"
    },
    "url": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-quantityprefix"
   }],
   "system": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-administrationunit",
   "code": "gm",
   "value": 100
  }},
  "itemCodeableConcept": {"coding": [{
   "system": "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
   "code": "0587089",
   "display": "GEBUF. CETOMACR. CREME  TMF2"
  }]}
 }
costateixeira commented 7 months ago

There is a standard mechanism for this. José will provide an example and if needed an extension.