{
  "resourceType": "StructureDefinition",
  "id": "krcore-medicationrequest",
  "meta": {
    "lastUpdated": "2021-11-14T15:50:00.364+00:00"
  },
  "url": "https://example.org/fhir/krcore/StructureDefinition/krcore-medicationrequest",
  "name": "KRCore_MedicationRequest",
  "title": "KR Core MedicationRequest Profile",
  "status": "draft",
  "date": "2021-11-14T10:05:25.5468714Z",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "script10.6",
      "uri": "http://ncpdp.org/SCRIPT10_6",
      "name": "Mapping to NCPDP SCRIPT 10.6"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MedicationRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationRequest",
        "path": "MedicationRequest",
        "short": "KR Core MedicationRequest Profile"
      },
      {
        "id": "MedicationRequest.status",
        "path": "MedicationRequest.status",
        "short": "약물 처방 진행 상태: active(진행 중) | on-hold(대기 중) | cancelled(취소됨) | completed(완료됨) | entered-in-error | stopped (중지됨)| draft(임시 처방) | unknown (알 수 없음)",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.intent",
        "path": "MedicationRequest.intent",
        "short": "약물 처방 의도: order(처방) | proposal(제안) | plan(계획) | ...."
      },
      {
        "id": "MedicationRequest.category",
        "path": "MedicationRequest.category",
        "binding": {
          "strength": "example",
          "description": "약물 처방 범주"
        }
      },
      {
        "id": "MedicationRequest.category.coding",
        "path": "MedicationRequest.category.coding",
        "short": "정의된 코드"
      },
      {
        "id": "MedicationRequest.category.coding.system",
        "path": "MedicationRequest.category.coding.system",
        "short": "코드체계 식별자",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.category.coding.code",
        "path": "MedicationRequest.category.coding.code",
        "short": "식별자",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.medication[x]",
        "path": "MedicationRequest.medication[x]",
        "short": "처방 약물 정보",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "https://example.org/fhir/krcore/ValueSet/krcore-medication-codes"
            ]
          },
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-medication"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.subject",
        "path": "MedicationRequest.subject",
        "short": "약물 처방 대상",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.encounter",
        "path": "MedicationRequest.encounter",
        "short": "약물 처방 내원 정보",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-encounter"
            ]
          }
        ]
      },
      {
        "id": "MedicationRequest.authoredOn",
        "path": "MedicationRequest.authoredOn",
        "short": "약물 처방 일시",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.requester",
        "path": "MedicationRequest.requester",
        "short": "약물 처방 의료인",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/krcore/StructureDefinition/krcore-practitionerrole",
              "https://example.org/fhir/krcore/StructureDefinition/krcore-practitioner"
            ]
          }
        ]
      },
      {
        "id": "MedicationRequest.dosageInstruction",
        "path": "MedicationRequest.dosageInstruction",
        "short": "약물 투여 방법",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dosageInstruction.text",
        "path": "MedicationRequest.dosageInstruction.text",
        "short": "투약 방법 텍스트 (SIG)",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dosageInstruction.timing",
        "path": "MedicationRequest.dosageInstruction.timing",
        "short": "투약 주기",
        "mustSupport": true
      },
      {
        "id": "MedicationRequest.dosageInstruction.doseAndRate",
        "path": "MedicationRequest.dosageInstruction.doseAndRate",
        "short": "투여량"
      },
      {
        "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]",
        "short": "1회 투여량",
        "mustSupport": true
      }
    ]
  }
}