ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-medicationrequest-example - TTL Representation

Raw ttl | Download


@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 "connectdtx-medicationrequest-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-medicationrequest"^^xsd:anyURI ;
fhir:link <http://connectdtx.kr/fhir/StructureDefinition/connectdtx-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=\"connectdtx-medicationrequest-example\"> </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 &quot;connectdtx-medicationrequest-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-medicationrequest.html\">ConnectDTx MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: 알레그라정120밀리그람(펙소페나딘염산염) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (kdcode#8806521009605)</span></p><p><b>subject</b>: <a href=\"Patient-connectdtx-patient-example.html\">Patient/connectdtx-patient-example</a> &quot;&quot;</p><p><b>authoredOn</b>: 2000-01-01 14:05:00+0900</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://biz.kpis.or.kr/CodeSystem/kdcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8806521009605" ] ;
fhir:display [ fhir:v "알레그라정120밀리그람(펙소페나딘염산염)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/connectdtx-patient-example" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2000-01-01T14:05:00+09:00"^^xsd:dateTime] . #