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-17.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, as prescribed at 8 AM and 8 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": "535dbb64-b942-485f-83f3-5ef559252ddc",
  "meta": {
    "tag": [
      {
        "display": "Timed administration"
      },
      {
        "display": "Timed administration, as prescribed at 8 AM and 8 PM"
      },
      {
        "display": "dosage-example-17"
      }
    ]
  },
  "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:10:32+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",
            "20:00:00"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ],
      "patientInstruction": "Enligt ordination kl. 08 och kl. 20.",
      "method": {
        "coding": [
          {
            "code": "738995006"
          }
        ]
      },
      "asNeededBoolean": false
    }
  ]
}