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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeMedicationRequest
IdMedicationRequest-krcore-medicationrequest-example-03.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest krcore-medicationrequest-example-03

status: Completed

intent: Order

category: Outpatient

medication: 듀카로정60/5/5밀리그램_(1정)

subject: 김영희 Female, DoB: 1971-11-11 ( Medical record number)

authoredOn: 2025-06-01

requester: Practitioner null

dosageInstruction

text: 30일간 아침에 1정 복용

timing: Morning, Once per 1 day

DoseAndRates

-Dose[x]
*1 알 (Details: UCUM code{tbl} = '{tbl}')

dispenseRequest

validityPeriod: 2025-06-01 --> 2025-06-30

quantity: 30 알 (Details: UCUM code{tbl} = '{tbl}')

ExpectedSupplyDurations

-ValueUnitSystemCode
*30http://unitsofmeasure.orgd

Source1

{
  "resourceType": "MedicationRequest",
  "id": "krcore-medicationrequest-example-03",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "outpatient"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "extension": [
      {
        "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationIngredient",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://www.whocc.no/atc",
              "code": "C10BX",
              "display": "Lipid modifying agents in combination with other drugs"
            }
          ]
        }
      },
      {
        "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationIngredient",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "384976003",
              "display": "Amlodipine besilate (substance)"
            }
          ]
        }
      },
      {
        "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationIngredient",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "406435003",
              "display": "Rosuvastatin calcium (substance)"
            }
          ]
        }
      }
    ],
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication",
        "code": "641907350",
        "display": "듀카로정60/5/5밀리그램_(1정)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/krcore-patient-example-02"
  },
  "authoredOn": "2025-06-01",
  "requester": {
    "reference": "Practitioner/krcore-medicaldoctor-example-02"
  },
  "dosageInstruction": [
    {
      "text": "30일간 아침에 1정 복용",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "when": [
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "알",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2025-06-01",
      "end": "2025-06-30"
    },
    "quantity": {
      "value": 30,
      "unit": "알",
      "system": "http://unitsofmeasure.org",
      "code": "{tbl}"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "일",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}