This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-medicationrequest-example-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"krcore-medicationrequest-example-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest "krcore-medicationrequest-example-01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-medicationrequest.html\">KR Core MedicationRequest Profile</a></p></div><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#outpatient)</span></p><p><b>medication</b>: <a href=\"Medication-krcore-medication-example-01.html\">Medication/krcore-medication-example-01</a></p><p><b>subject</b>: <a href=\"Patient-krcore-patient-example-01.html\">Patient/krcore-patient-example-01</a> ""</p><p><b>encounter</b>: <a href=\"Encounter-krcore-encounter-example-01.html\">Encounter/krcore-encounter-example-01</a></p><p><b>authoredOn</b>: 2023-04-30</p><p><b>requester</b>: <a href=\"Practitioner-krcore-medicaldoctor-example-01.html\">Practitioner/krcore-medicaldoctor-example-01</a> ""</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 하루 3알 복용</p><p><b>timing</b>: 3 per 1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 21 알<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {tbl} = '{tbl}')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>7</td><td>일</td><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table></blockquote></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ] )
] ) ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/krcore-medication-example-01" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/krcore-patient-example-01" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/krcore-encounter-example-01" ]
] ; #
fhir:authoredOn [ fhir:v "2023-04-30"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/krcore-medicaldoctor-example-01" ]
] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "하루 3알 복용" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "알" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tbl}" ] ] ] )
] ) ; #
fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "21"^^xsd:decimal ] ;
fhir:unit [ fhir:v "알" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{tbl}" ] ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "일" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ] ]
] . #
IG © 2022+ HL7 Korea. Package hl7.fhir.kr.core#1.0.2 based on FHIR 4.0.1. Generated 2023-12-04
Links: Table of Contents |
QA Report