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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-MS-Dosage-weekday-mixed-doses.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-Dosage-weekday-mixed-doses

status: Active

medication: Test Medication

subject: Patient

dosage

timing: Once per 1 week

DoseAndRates

-Dose[x]
*1 Stück (Details: UCUM code1 = '1')

dosage

timing: Once per 1 week

DoseAndRates

-Dose[x]
*3 Stück (Details: UCUM code1 = '1')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MS-Dosage-weekday-mixed-doses",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Test Medication"
  },
  "subject": {
    "display": "Patient"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "wk",
          "dayOfWeek": [
            "mon"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stück",
            "system": "http://unitsofmeasure.org",
            "code": "1"
          }
        }
      ]
    },
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "wk",
          "dayOfWeek": [
            "tue"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 3,
            "unit": "Stück",
            "system": "http://unitsofmeasure.org",
            "code": "1"
          }
        }
      ]
    }
  ]
}