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

FHIR IG analytics

Packagede.fhir.medication
Resource TypeMedicationStatement
IdMedicationStatement-INV-C-TimingFrequencyCount-Statement-05-of-05.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 INV-C-TimingFrequencyCount-Statement-05-of-05

status: Active

medication: Ibuprofen 400mg

subject: Patient

dosage

timing: Morning, 3 per 1 week

DoseAndRates

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

Source1

{
  "resourceType": "MedicationStatement",
  "id": "INV-C-TimingFrequencyCount-Statement-05-of-05",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/medication/StructureDefinition/MedicationStatementDgMP"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "text": "Ibuprofen 400mg"
  },
  "subject": {
    "display": "Patient"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 3,
            "unit": "Woche(n)",
            "system": "http://unitsofmeasure.org",
            "code": "wk"
          },
          "frequency": 3,
          "period": 1,
          "periodUnit": "wk",
          "dayOfWeek": [
            "mon",
            "fri"
          ],
          "when": [
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stück",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "code": "1"
          }
        }
      ]
    }
  ]
}