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-18-of-20-BoundsRange.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-18-of-20-BoundsRange

status: Active

medication: Unsupported Dosage BoundsRange Medication

subject: Unsupported Dosage BoundsRange

Dosages

-TextTiming
*boundsRangeOnce per 1 day

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MS-Unsupported-Dosage-18-of-20-BoundsRange",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Unsupported Dosage BoundsRange Medication"
  },
  "subject": {
    "display": "Unsupported Dosage BoundsRange"
  },
  "dosage": [
    {
      "text": "boundsRange",
      "timing": {
        "repeat": {
          "boundsRange": {
            "low": {
              "value": 1,
              "unit": "d",
              "system": "http://unitsofmeasure.org",
              "code": "d"
            },
            "high": {
              "value": 10,
              "unit": "d",
              "system": "http://unitsofmeasure.org",
              "code": "d"
            }
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      }
    }
  ]
}