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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeMedicationRequest
Iddosage-example-19.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

Dosage instruction example

Timed administration, 1 tablet at 8 AM every second day.

This example focuses on how to create a dosage instruction. All other information in the medication request except the dosage instruction is incomplete.


Source1

{
  "resourceType": "MedicationRequest",
  "id": "c2af419d-9ce9-44e8-bc51-2ce9579ebd87",
  "meta": {
    "tag": [
      {
        "display": "Timed administration"
      },
      {
        "display": "Timed administration, every other day at 8 AM"
      },
      {
        "display": "dosage-example-19"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Practitioner",
      "id": "thePractitioner"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplid",
        "code": "20100706000060"
      },
      {
        "system": "http://electronichealth.se/fhir/NamingSystem/nplpackid",
        "code": "20101004100131"
      }
    ]
  },
  "subject": {
    "reference": "Patient/7d7ae30d-1d9f-4dd7-9bf4-c4c8d86c2b4e"
  },
  "requester": {
    "reference": "#thePractitioner"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "47921000052101"
        }
      ]
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 1,
    "validityPeriod": {
      "end": "2023-10-21"
    }
  },
  "authoredOn": "2022-10-21",
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLObservandumDose",
          "valueBoolean": false
        },
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
          "valueString": "Administreringsinstruktion"
        },
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLSubSequence",
          "valueInteger": 1
        }
      ],
      "sequence": 1,
      "timing": {
        "repeat": {
          "timeOfDay": [
            "08:00:00"
          ],
          "extension": [
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLSubSequenceDuration",
              "valueQuantity": {
                "value": 1,
                "code": "d"
              }
            }
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ],
      "patientInstruction": "1 tablett kl. 08 varannan dag.",
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      },
      "asNeededBoolean": false
    },
    {
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLObservandumDose",
          "valueBoolean": false
        },
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
          "valueString": "Administreringsinstruktion"
        },
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLSubSequence",
          "valueInteger": 2
        }
      ],
      "sequence": 1,
      "timing": {
        "repeat": {
          "extension": [
            {
              "url": "http://electronichealth.se/fhir/StructureDefinition/NLLSubSequenceDuration",
              "valueQuantity": {
                "value": 1,
                "code": "d"
              }
            }
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0,
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ],
      "patientInstruction": "1 tablett kl. 08 varannan dag.",
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      },
      "asNeededBoolean": false
    }
  ]
}