JanuSync Implementation Guide
1.0.0 - trial-use Korea, Republic of flag

JanuSync Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: janusync-medicationrequest-order-example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "janusync-medicationrequest-order-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/janusync-medicationrequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest janusync-medicationrequest-order-example</b></p><a name=\"janusync-medicationrequest-order-example\"> </a><a name=\"hcjanusync-medicationrequest-order-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-janusync-medicationrequest.html\">JanuSync MedicationRequest</a></p></div><p><b>JanuSyncMedicationIngredient</b>: <span title=\"Codes:{http://www.whocc.no/atc R06AX26}\">fexofenadine</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication 8806521009605}\">알레그라정120밀리그람(펙소페나딘염산염)</span></p><p><b>subject</b>: <a href=\"Patient-janusync-patient-example.html\">김환자 Male, DoB: 1990-01-01 ( Medical record number)</a></p><p><b>authoredOn</b>: 2000-01-01 14:05:00+0900</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 하루 3정 복용</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 정<span style=\"background: LightGoldenRodYellow\"> (Details: unitofmeasure.org  code{tbl} = '{tbl}')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 21 정<span style=\"background: LightGoldenRodYellow\"> (Details: unitofmeasure.org  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://unitofmeasure.org\">http://unitofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://connectdtx.kr/fhir/StructureDefinition/JanuSyncMedicationIngredient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R06AX26" ] ;
fhir:display [ fhir:v "fexofenadine" ]       ] )     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8806521009605" ] ;
fhir:display [ fhir:v "알레그라정120밀리그람(펙소페나딘염산염)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/janusync-patient-example" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime] ; # 
  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://unitofmeasure.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://unitofmeasure.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://unitofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]     ]
  ] . #