Dosage without dosage route

11 views
Skip to first unread message

Nikson k john

unread,
May 11, 2018, 7:46:48 AM5/11/18
to Cerner FHIR Developers
I see that below dosage of  MedicationAdministration(7277367) does not contain Dosage Route info.

"dosage": {
                    "text": "1000 mL IV at 125 mL/hr",
                    "siteCodeableConcept": {
                        "coding": [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "78791008",
                                "display": "structure of right hand (body structure)",
                                "userSelected": false
                            }
                        ],
                        "text": "Right Hand"
                    },
                    "quantity": {
                        "value": 100,
                        "unit": "mL",
                        "system": "http://unitsofmeasure.org",
                        "code": "mL"
                    },
                    "rateRatio": {
                        "numerator": {
                            "value": 125,
                            "unit": "mL",
                            "system": "http://unitsofmeasure.org",
                            "code": "mL"
                        },
                        "denominator": {
                            "value": 1,
                            "unit": "h",
                            "system": "http://unitsofmeasure.org",
                            "code": "h"
                        }
                    }

Why this dosage does not have dosage route info?


regards.,
Nikson

Max Philips (Cerner)

unread,
May 11, 2018, 11:07:26 AM5/11/18
to Cerner FHIR Developers
Hi Nikson,

MedicationAdministration.dosage.route is an optional field in the FHIR specification: http://hl7.org/fhir/DSTU2/medicationadministration-definitions.html#MedicationAdministration.dosage.route

When any FHIR server is unable to populate it, it will not be present.

Thanks,
Max (Cerner)
Reply all
Reply to author
Forward
0 new messages