Uploaded image for project: 'FHIR Specification Feedback'
  1. FHIR Specification Feedback
  2. FHIR-34328

error in MedicationRequest and MedicationDispense examples

    XMLWordPrintableJSON

Details

    • Icon: Technical Correction Technical Correction
    • Resolution: Persuasive
    • Icon: Medium Medium
    • FHIR Core (FHIR)
    • R5
    • Pharmacy
    • MedicationDispense
      MedicationRequest
    • 11.1.6 Resource MedicationRequest - Examples ; 11.3.7 Resource MedicationDispense - Examples
    • Hide

      Will fix examples

      Show
      Will fix examples
    • Correction
    • R5

    Description

      Error in the expression of the `Timing` of one of the `Dose` in the examples medicationdispense0319 and medrx0302

       

      "sequence": 2,
       "text": "One tablet daily for 4 days",
      ...
       "timing": {
          "repeat": {
             "frequency": 4,
             "period": 1,
             "periodUnit": "d"
          }
       },

       

       

      timing means 4 times a day and not 1 time a day for 4 days
      for 4 days must be carried by `repeat.bounds:boundsDuration`

      which would yield

       

      "timing": {
          "repeat": {
             "boundsDuration": {
                "value": 4,
                "unit": "days",
                "system": "http://unitsofmeasure.org",
                "code": "d"
             },
             "frequency": 1,
             "period": 1,
             "periodUnit": "d"
          }
       }

      ,
      Same for XML and Turtle versions

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            olivier_boux Olivier Boux (Inactive)
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: