JAMI ePrescriptionData ImplementationGuide
1.0.0 - ci-build

JAMI ePrescriptionData ImplementationGuide - Local Development build (v1.0.0). See the Directory of published versions

: JP-MedReq-ePreData-Example-gaiyou01 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "JP-MedReq-ePreData-Example-gaiyou01",
  "meta" : {
    "profile" : [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest",
      "http://jpfhir.jp/fhir/ePrescription/StructureDefinition/JP_MedicationRequest_ePrescriptionData"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"JP-MedReq-ePreData-Example-gaiyou01\" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"https://simplifier.net/resolve?scope=jp-core.draft1@1.1.0-beta&amp;canonical=http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest\">JP Core MedicationRequest Profile</a>, <a href=\"StructureDefinition-JP-MedicationRequest-ePrescriptionData.html\">JP_MedicationRequest_ePrescriptionData</a></p></div><p><b>identifier</b>: id: 1, id: 1</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: チモプトール点眼薬0.25%5mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#102094601 \"チモプトール点眼薬0.25% 5mL\")</span></p><p><b>subject</b>: <a href=\"Patient-JP-Patient-ePreData-Example.html\">Patient/JP-Patient-ePreData-Example</a> \" 東京\"</p><p><b>authoredOn</b>: 2020-08-21 12:28:17+0900</p><h3>DispenseRequests</h3><table class=\"grid\"><tr><td>-</td><td><b>Quantity</b></td></tr><tr><td>*</td><td>2 本<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code HON = '本')</span></td></tr></table></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" : "urn:oid:1.2.392.200119.4.403.1",
        "code" : "102094601",
        "display" : "チモプトール点眼薬0.25% 5mL"
      }
    ],
    "text" : "チモプトール点眼薬0.25%5mL"
  },
  "subject" : {
    "reference" : "Patient/JP-Patient-ePreData-Example"
  },
  "authoredOn" : "2020-08-21T12:28:17+09:00",
  "dosageInstruction" : [
    {
      "text" : "外用・点眼・1日3回 1回1滴(右眼)",
      "timing" : {
        "code" : {
          "coding" : [
            {
              "system" : "urn:oid:1.2.392.200250.2.2.20.20",
              "code" : "2H73000000000000",
              "display" : "外用・点眼・1日3回"
            }
          ]
        }
      },
      "site" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.392.200250.2.2.20.32",
            "code" : "26R",
            "display" : "右眼"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "urn:oid:1.2.392.100495.20.2.22",
                "code" : "1",
                "display" : "製剤量"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1,
            "unit" : "滴",
            "system" : "urn:oid:1.2.392.100495.20.2.101",
            "code" : "DROP"
          }
        }
      ]
    },
    {
      "text" : "外用・点眼・1日3回 1回2滴(左眼)",
      "timing" : {
        "code" : {
          "coding" : [
            {
              "system" : "urn:oid:1.2.392.200250.2.2.20.20",
              "code" : "2H73000000000000",
              "display" : "外用・点眼・1日3回"
            }
          ]
        }
      },
      "site" : {
        "coding" : [
          {
            "system" : "urn:oid:1.2.392.200250.2.2.20.32",
            "code" : "26L",
            "display" : "左眼"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "urn:oid:1.2.392.100495.20.2.22",
                "code" : "1",
                "display" : "製剤量"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 2,
            "unit" : "滴",
            "system" : "urn:oid:1.2.392.100495.20.2.101",
            "code" : "DROP"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "quantity" : {
      "value" : 2,
      "unit" : "本",
      "system" : "urn:oid:1.2.392.100495.20.2.101",
      "code" : "HON"
    }
  }
}