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-18.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, as prescribed at 4 PM.

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": "3ac96c3a-6b19-4301-a146-cf7c565a27a4",
  "meta": {
    "tag": [
      {
        "display": "Timed administration"
      },
      {
        "display": "Timed administration, 1 tablet at 8 AM, as prescribed at 4 PM"
      },
      {
        "display": "dosage-example-18"
      }
    ]
  },
  "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-21T09:09:50+00:00",
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLObservandumDose",
          "valueBoolean": false
        },
        {
          "url": "http://electronichealth.se/fhir/StructureDefinition/NLLAdministeringInstruction",
          "valueString": "Administreringsinstruktion"
        }
      ],
      "sequence": 1,
      "timing": {
        "repeat": {
          "timeOfDay": [
            "08:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ],
      "patientInstruction": "1 tablett kl. 08 och enligt ordination kl. 16.",
      "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"
        }
      ],
      "sequence": 1,
      "timing": {
        "repeat": {
          "timeOfDay": [
            "16:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ],
      "patientInstruction": "1 tablett kl. 08 och enligt ordination kl. 16.",
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      },
      "asNeededBoolean": false
    }
  ]
}