FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeMedicationRequest
IdMedicationRequest-jp-medicationrequest-example-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicationRequest",
  "id": "jp-medicationrequest-example-2",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.392.100495.20.3.81",
      "value": "2"
    },
    {
      "system": "urn:oid:1.2.392.100495.20.3.82",
      "value": "2"
    },
    {
      "system": "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
      "value": "1234567890.1.2"
    }
  ],
  "intent": "order",
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "code": "110926901",
        "system": "urn:oid:1.2.392.200119.4.403.1",
        "display": "パンスポリンT錠100 100mg"
      }
    ]
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1"
  },
  "authoredOn": "2020-04-01T12:28:17+09:00",
  "dosageInstruction": [
    {
      "extension": [
        {
          "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationDosage_PeriodOfUse",
          "valuePeriod": {
            "start": "2020-04-01"
          }
        },
        {
          "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationDosage_UsageDuration",
          "valueDuration": {
            "value": 3,
            "code": "d",
            "system": "http://unitsofmeasure.org",
            "unit": "日"
          }
        }
      ],
      "text": "内服・経口・1日3回朝昼夕食後",
      "timing": {
        "code": {
          "coding": [
            {
              "code": "1013044400000000",
              "system": "urn:oid:1.2.392.200250.2.2.20",
              "display": "内服・経口・1日3回朝昼夕食後"
            }
          ]
        }
      },
      "route": {
        "coding": [
          {
            "code": "PO",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
            "display": "口"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "code": "10",
            "system": "urn:oid:1.2.392.200250.2.2.20.40",
            "display": "経口"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "code": "1",
                "system": "urn:oid:1.2.392.100495.20.2.22",
                "display": "製剤量"
              }
            ]
          },
          "doseQuantity": {
            "value": 2,
            "code": "TAB",
            "system": "urn:oid:1.2.392.100495.20.2.101",
            "unit": "錠"
          },
          "rateRatio": {
            "numerator": {
              "value": 6,
              "code": "TAB",
              "system": "urn:oid:1.2.392.100495.20.2.101",
              "unit": "錠"
            },
            "denominator": {
              "value": 1,
              "code": "d",
              "system": "http://unitsofmeasure.org",
              "unit": "日"
            }
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 18,
      "code": "TAB",
      "system": "urn:oid:1.2.392.100495.20.2.101",
      "unit": "錠"
    },
    "expectedSupplyDuration": {
      "value": 3,
      "code": "d",
      "system": "http://unitsofmeasure.org",
      "unit": "日"
    }
  }
}