One Medical FHIR Implementation Guide
0.1.0 - ci-build

One Medical FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ppv-medicationrequest-example - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "ppv-medicationrequest-example",
  "meta" : {
    "versionId" : "f0cdccda-24c5-4d3c-8cd6-e8cbd8b03074",
    "lastUpdated" : "2023-06-13T07:00:31-07:00",
    "profile" : [
      🔗 "https://fhir-ig.onemedical.io/StructureDefinition/PPVMedicationRequest"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code" : "UNCERTREL",
        "display" : "uncertain reliability"
      }
    ],
    "tag" : [
      {
        "system" : "http://onemedical.com/terminology",
        "code" : "PPV",
        "display" : "One Medical Pay-Per-Visit"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ppv-medicationrequest-example</b></p><a name=\"ppv-medicationrequest-example\"> </a><a name=\"hcppv-medicationrequest-example\"> </a><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\">version: f0cdccda-24c5-4d3c-8cd6-e8cbd8b03074; Last updated: 2023-06-13 07:00:31-0700</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PPVMedicationRequest.html\">PPVMedicationRequest</a></p><p style=\"margin-bottom: 0px\">Tag: One Medical Pay-Per-Visit (Details: terminology code PPV = 'One Medical Pay-Per-Visit')</p><p style=\"margin-bottom: 0px\">Security Label: uncertain reliability (Details: ObservationValue code UNCERTREL = 'uncertain reliability')</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location community}\">Community</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1547463}\">Nutrilyte II Injectable Product</span></p><p><b>subject</b>: <a href=\"Patient/f15fbe97-367b-49c2-abeb-d80ed0672b67\">Patient/f15fbe97-367b-49c2-abeb-d80ed0672b67</a></p><p><b>authoredOn</b>: 2024-08-23 07:57:07-0700</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>vel aut assumenda</td></tr></table><blockquote><p><b>dispenseRequest</b></p><blockquote><p><b>initialFill</b></p><p><b>quantity</b>: 3 capsules</p><h3>Durations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td></tr><tr><td style=\"display: none\">*</td><td>7</td><td>days</td></tr></table></blockquote></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
          "code" : "community",
          "display" : "Community"
        }
      ]
    }
  ],
  "reportedBoolean" : false,
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1547463",
        "display" : "Nutrilyte II Injectable Product"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/f15fbe97-367b-49c2-abeb-d80ed0672b67"
  },
  "authoredOn" : "2024-08-23T07:57:07-07:00",
  "dosageInstruction" : [
    {
      "text" : "vel aut assumenda"
    }
  ],
  "dispenseRequest" : {
    "initialFill" : {
      "quantity" : {
        "value" : 3,
        "unit" : "capsules"
      },
      "duration" : {
        "value" : 7,
        "unit" : "days"
      }
    }
  }
}