Te Whatu Ora Shared Care FHIR API
0.3.9 - release New Zealand flag

Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PlannedMedicationRequestExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2023-11-24T00:10:00Z",
    "profile" : [
      🔗 "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/nz-sharedcare-rheumaticfever-medicationrequest|1.0.0"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest </b><a name=\"PlannedMedicationRequestExample\"> </a><a name=\"hcPlannedMedicationRequestExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedicationRequest &quot;PlannedMedicationRequestExample&quot; Version&quot;2&quot; Updated&quot;2023-11-24 00:10:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nz-sharedcare-rheumaticfever-medicationrequest.html\">Rheumatic Fever Medication Request(version1.0.0)</a></p></div><p><b>Frequency of rheumatic fever medication</b>: Every twenty eight days (qualifier value) (Details: SNOMED CT code 1511000175108  = ' Every twenty eight days ', stated as ' Every twenty eight days (qualifier value) ')</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: <a href=\"Medication-SecondaryProphylaxisMedicationExample.html\">Medication/SecondaryProphylaxisMedicationExample</a></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><p><b>authoredOn</b>: 2023-07-12 04:22:55+0000</p><p><b>requester</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p><p><b>performer</b>: <span>: Isabel Injecta</span></p><p><b>basedOn</b>: <a href=\"CarePlan-CarePlanWithSecondaryProphylaxisPlanned.html\">CarePlan/CarePlanWithSecondaryProphylaxisPlanned</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>site</b>: Structure of gluteus medius muscle (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78333006)</span></p><p><b>route</b>: Intramuscular route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78421000)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td>2023-08-01 --&gt; 2026-07-31</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/rf-medicationrequest-medicationfrequency",
      "valueCoding" : {
        "system" : "http://snomed.info/sct",
        "code" : "1511000175108",
        "display" : "Every twenty eight days (qualifier value)"
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "medicationReference" : {
    🔗 "reference" : "Medication/SecondaryProphylaxisMedicationExample"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "SCF7824"
    },
    "display" : "Madeleine Meringue"
  },
  "authoredOn" : "2023-07-12T04:22:55.965Z",
  "requester" : {
    "type" : "Organization",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
      "value" : "G0M086-B"
    },
    "display" : "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
  },
  "performer" : {
    "type" : "Practitioner",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
      "value" : "99ZAAA"
    },
    "display" : "Isabel Injecta"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/CarePlanWithSecondaryProphylaxisPlanned"
    }
  ],
  "dosageInstruction" : [
    {
      "site" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "78333006",
            "display" : "Structure of gluteus medius muscle (body structure)"
          }
        ]
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "78421000",
            "display" : "Intramuscular route (qualifier value)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 25,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2023-08-01",
      "end" : "2026-07-31"
    }
  }
}