FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-MS-Unsupported-Dosage-10-of-20-RateRatio.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationStatement MS-Unsupported-Dosage-10-of-20-RateRatio

status: Active

medication: Unsupported Dosage RateRatio Medication

subject: Unsupported Dosage RateRatio

dosage

text: rateRatio

DoseAndRates

-Rate[x]
*1 mg (Details: UCUM codemg = 'mg')/1 h (Details: UCUM codeh = 'h')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MS-Unsupported-Dosage-10-of-20-RateRatio",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Unsupported Dosage RateRatio Medication"
  },
  "subject": {
    "display": "Unsupported Dosage RateRatio"
  },
  "dosage": [
    {
      "text": "rateRatio",
      "doseAndRate": [
        {
          "rateRatio": {
            "numerator": {
              "value": 1,
              "unit": "mg",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "value": 1,
              "unit": "h",
              "system": "http://unitsofmeasure.org",
              "code": "h"
            }
          }
        }
      ]
    }
  ]
}