Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://www.hl7.org/fhir/medication.htmlImage Removed

HL7e-HealthResult
Medication
medication, ingridients, innms

"code" : { CodeableConcept }, // Codes that identify this medicationid | uuid | not null
"status" : "<code>", // active | inactive | entered-in-error
status | varchar | not null

"isBrand" : <boolean>, // True if a brand
[medications]

"isOverTheCounter" : <boolean>, // True if medication does not require a prescription

"manufacturer" : { Reference(Organization) }, // Manufacturer of the item
manufacturer_name_country | jsonb | not null

"form" : { CodeableConcept }, // powder | tablets | capsule +
route | varchar | not null

"ingredient" : [{ // Active or inactive ingredient[ingridients]
// item[x]: The product contained. One of these 2:

"itemCodeableConcept" : { CodeableConcept },

"itemReference" : { Reference(Substance|Medication) },
[ingridients].innms_id

"isActive" : <boolean>, // Active ingredient indicator
[ingridients].is_active_substance

"amount" : { Ratio } // Quantity of ingredient present
[ingridients].dasage

"package" : { // Details about packaged medications

"container" : { CodeableConcept }, // E.g. box, vial, blister-pack
[medications].container_dosage

"content" : [{ // What is in the package

// item[x]: The item in the package. One of these 2:

"itemCodeableConcept" : { CodeableConcept },

"itemReference" : { Reference(Medication) },[medications]
"amount" : { Quantity(SimpleQuantity) } // Quantity present in the package
package_qty | number| not null

}],

"batch" : [{ // Identifies a single production run???
"lotNumber" : "<string>", // Identifier assigned to batch???
"expirationDate" : "<dateTime>" // When batch will expire???
"image" : [{ Attachment }] // Picture of the medication???