KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

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

: krcore-medication-example-01 - 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:Medication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "krcore-medication-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medication"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"krcore-medication-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 Medication &quot;krcore-medication-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-medication.html\">KR Core Medication Profile</a></p></div><p><b>code</b>: 케토라신정(케토롤락트로메타민)_(10mg/1정) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hira-edi-medication.html\">HIRA EDI Medication</a>#653400910)</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Ketorolac <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#M01AB15)</span></td></tr></table></div>"
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-medication"^^xsd:anyURI ] ;
fhir:code [ fhir:v "653400910" ] ;
fhir:display [ fhir:v "케토라신정(케토롤락트로메타민)_(10mg/1정)" ]     ] )
  ] ; # 
  fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M01AB15" ] ;
fhir:display [ fhir:v "Ketorolac" ]       ] )     ]
  ] ) . #