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

FHIR IG analytics

Packagejp-core.r4
Resource TypeMedicationRequest
IdMedicationRequest-jp-medicationrequest-injection-example-1.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-injection-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest_Injection"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.392.100495.20.3.81",
      "value": "1"
    },
    {
      "system": "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
      "value": "1234567890.1"
    }
  ],
  "contained": [
    {
      "resourceType": "Medication",
      "id": "jp-medicationrequest-injection-medication-example-1",
      "meta": {
        "profile": [
          "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"
        ]
      },
      "status": "active",
      "ingredient": [
        {
          "extension": [
            {
              "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_Ingredient_DrugNo",
              "valueInteger": 1
            }
          ],
          "itemCodeableConcept": {
            "coding": [
              {
                "code": "100558502",
                "system": "urn:oid:1.2.392.200119.4.403.1",
                "display": "ホリゾン注射液10mg"
              }
            ]
          },
          "strength": {
            "extension": [
              {
                "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType",
                "valueCodeableConcept": {
                  "coding": [
                    {
                      "code": "1",
                      "system": "urn:oid:1.2.392.100495.20.2.22",
                      "display": "製剤量"
                    }
                  ]
                }
              }
            ],
            "numerator": {
              "value": 1,
              "code": "AMP",
              "system": "urn:oid:1.2.392.100495.20.2.101",
              "unit": "アンプル"
            },
            "denominator": {
              "value": 1,
              "code": "TIME",
              "system": "urn:oid:1.2.392.100495.20.2.101",
              "unit": "回"
            }
          }
        }
      ]
    },
    {
      "resourceType": "BodyStructure",
      "id": "jp-medicationrequest-injection-bodystructure-example-1",
      "location": {
        "coding": [
          {
            "code": "ARM",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0550",
            "display": "Arm"
          }
        ]
      },
      "locationQualifier": [
        {
          "coding": [
            {
              "code": "L",
              "system": "http://terminology.hl7.org/CodeSystem/v2-0495",
              "display": "Left"
            }
          ]
        }
      ],
      "patient": {
        "reference": "Patient/jp-patient-example-1"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "code": "I",
          "system": "http://terminology.hl7.org/CodeSystem/v2-0482",
          "display": "Inpatient Order"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "IHP",
          "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicationCategoryMERIT9_CS",
          "display": "入院処方"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "FTP",
          "system": "http://jpfhir.jp/fhir/core/CodeSystem/JHSI0001",
          "display": "定時処方"
        }
      ]
    }
  ],
  "medicationReference": {
    "reference": "#jp-medicationrequest-injection-medication-example-1"
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1"
  },
  "authoredOn": "2016-07-01T09:28:17+09:00",
  "requester": {
    "reference": "Practitioner/jp-practitioner-example-female-1"
  },
  "insurance": [
    {
      "reference": "Coverage/jp-coverage-example-1"
    }
  ],
  "dosageInstruction": [
    {
      "additionalInstruction": [
        {
          "coding": [
            {
              "code": "I1100000",
              "system": "urn:oid:1.2.392.200250.2.2.20.22",
              "display": "1日おき"
            }
          ]
        }
      ],
      "text": "静脈注射 静脈内 左腕 1日おき",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2016-07-01T10:00:00+09:00"
          }
        }
      },
      "site": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/bodySite",
            "valueReference": {
              "reference": "#jp-medicationrequest-injection-bodystructure-example-1"
            }
          }
        ]
      },
      "route": {
        "coding": [
          {
            "code": "IV",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
            "display": "静脈内"
          }
        ]
      },
      "method": {
        "coding": [
          {
            "code": "30",
            "system": "urn:oid:1.2.392.200250.2.2.20.40",
            "display": "静脈注射"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2,
            "unit": "mL",
            "system": "urn:oid:1.2.392.100495.20.2.101",
            "code": "ML"
          },
          "type": {
            "coding": [
              {
                "code": "1",
                "system": "urn:oid:1.2.392.100495.20.2.22"
              }
            ]
          }
        }
      ]
    }
  ]
}