Fujitsu Healthy Living Implementation Guide
1.1.28 - release

Publication Build: This will be filled in by the publication tooling

: medication-request-example-zofran - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "medication-request-example-zofran",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medicationrequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"medication-request-example-zofran\"> </a><a name=\"hcmedication-request-example-zofran\"> </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\">Resource MedicationRequest &quot;medication-request-example-zofran&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-medicationrequest.html\">Fujitsu MedicationRequest Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.81</code>/1, <code>urn:oid:1.2.392.100495.20.3.82</code>/1</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Zofran <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#66981; <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-kaitlyn-b.html\">Patient/patient-example-kaitlyn-b</a> &quot; BOUNCE&quot;</p><p><b>encounter</b>: <a href=\"Encounter-e002.html\">Encounter/e002</a></p><p><b>authoredOn</b>: 2020-06-10</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-oncology-nurse-jane.html\">Practitioner/practitioner-oncology-nurse-jane</a> &quot; NURSE&quot;</p><blockquote><p><b>dosageInstruction</b></p><p><b>JP Core Medication Dosage PeriodOfUse Extension</b>: 2020-06-10 --&gt; (ongoing)</p><p><b>text</b>: orally every 6-8 hours as needed</p><p><b>timing</b>: Once</p><p><b>method</b>: 内服・経口 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-method-jami-basic-usage-cs.html\">JP Core Medication JAMI Basic Usage Type CodeSystem</a>#1 &quot;内服&quot;; <a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-method-jami-detail-usage-cs.html\">JP Core Medication JAMI Detail Usage Type CodeSystem</a>#10 &quot;経口&quot;)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.100495.20.3.81",
      "value" : "1"
    },
    {
      "system" : "urn:oid:1.2.392.100495.20.3.82",
      "value" : "1"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "66981",
        "display" : "Zofran"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code" : "unknown",
        "display" : "Unknown"
      }
    ],
    "text" : "Zofran"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-example-kaitlyn-b"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/e002"
  },
  "authoredOn" : "2020-06-10",
  "requester" : {
    🔗 "reference" : "Practitioner/practitioner-oncology-nurse-jane"
  },
  "dosageInstruction" : [
    {
      "extension" : [
        {
          "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationDosage_PeriodOfUse",
          "valuePeriod" : {
            "start" : "2020-06-10"
          }
        }
      ],
      "text" : "orally every 6-8 hours as needed",
      "timing" : {
        "repeat" : {
          "boundsDuration" : {
            "value" : 7,
            "unit" : "日",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          }
        }
      },
      "method" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.392.200250.2.2.20.30",
            "code" : "1",
            "display" : "内服"
          },
          {
            "system" : "urn:oid:1.2.392.200250.2.2.20.40",
            "code" : "10",
            "display" : "経口"
          }
        ],
        "text" : "内服・経口"
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "urn:oid:1.2.392.100495.20.2.22",
                "code" : "2",
                "display" : "原薬量"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 8,
            "unit" : "mg",
            "system" : "urn:oid:1.2.392.100495.20.2.101",
            "code" : "MG"
          }
        }
      ]
    }
  ]
}