KR Core Implementation Guide
2.0.0 - STU 2
Korea, Republic of
KR Core Implementation Guide, published by HL7 Korea. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7korea/krcore/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
| Name | Type | Description | Expression | Expectations |
|---|---|---|---|---|
| authoredon | datetime | 약물 처방 일시 | MedicationRequest.authoredOn | MAY |
| code | token | 처방한 약물 | (MedicationRequest.medication as CodeableConcept) | SHOULD |
| intent | token | 약물 처방 의도 | MedicationRequest.intent | SHOULD |
| medication | reference | 처방한 약물 | MedicationRequest.medication.ofType(Reference) | SHOULD |
| patient | reference | 약물 처방 대상 | MedicationRequest.subject.where(resolve() is Patient) | SHALL |
| status | token | 약물 처방 진행 상태 | MedicationRequest.status | MAY |