MyHealth@Eu Hospital Discharge Report
9.1.0 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleMedicationRequestHdr",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationRequest-hdr-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication Request</div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/fhir/NamingSystem/prescription-id",
      "value" : "RX-001234"
    }
  ],
  "status" : "active",
  "statusReason" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "UNK",
        "display" : "unknown"
      }
    ]
  },
  "intent" : "order",
  "medicationReference" : {
    🔗 "reference" : "Medication/1234567890"
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "authoredOn" : "2024-05-15",
  "requester" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
          "code" : "UNK",
          "display" : "unknown"
        }
      ]
    }
  ],
  "groupIdentifier" : {
    "system" : "http://example.org/fhir/NamingSystem/group-id",
    "value" : "RX-GROUP-98765"
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "Take 1 tablet by mouth twice a day for 5 days",
      "timing" : {
        "repeat" : {
          "count" : 10,
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-TimingEvent",
              "code" : "ACM",
              "display" : "ACM"
            }
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://standardterms.edqm.eu",
            "code" : "20053000",
            "display" : "Oral use"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "unit" : "tablet",
            "system" : "http://unitsofmeasure.org",
            "code" : "{tbl}"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "extension" : [
      {
        "url" : "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity",
        "valueQuantity" : {
          "value" : 13.5,
          "unit" : "grams per deciliter",
          "system" : "http://unitsofmeasure.org",
          "code" : "g/dL"
        }
      }
    ]
  }
}