MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay Document Type Codes - TTL Representation

Active as of 2023-12-21

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "myhealthway-doc-type-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/18842-5/\">18842-5</a></td><td>Discharge summary note</td></tr><tr><td><a href=\"https://loinc.org/34117-2/\">34117-2</a></td><td>History and physical note</td></tr><tr><td><a href=\"https://loinc.org/11506-3/\">11506-3</a></td><td>Progress note</td></tr><tr><td><a href=\"https://loinc.org/11488-4/\">11488-4</a></td><td>Consultation note</td></tr><tr><td><a href=\"https://loinc.org/11504-8/\">11504-8</a></td><td>Surgical operation note</td></tr><tr><td><a href=\"https://loinc.org/28570-0/\">28570-0</a></td><td>Procedures note</td></tr><tr><td><a href=\"https://loinc.org/77597-3/\">77597-3</a></td><td>Orders placed</td></tr><tr><td><a href=\"https://loinc.org/80565-5/\">80565-5</a></td><td>medication administration flowsheet</td></tr><tr><td><a href=\"https://loinc.org/34746-8/\">34746-8</a></td><td>Nurse Note</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hins.or.kr/fhir/MyHealthWay/ValueSet/myhealthway-doc-type-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "MyHealthWayDocTypeCodes"] ; # 
  fhir:title [ fhir:v "MyHealthWay Document Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-21T14:48:24+09:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "한국보건의료정보원"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "한국보건의료정보원" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hins.or.kr" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "18842-5" ] ;
fhir:display [ fhir:v "Discharge summary note" ]       ] [
fhir:code [ fhir:v "34117-2" ] ;
fhir:display [ fhir:v "History and physical note" ]       ] [
fhir:code [ fhir:v "11506-3" ] ;
fhir:display [ fhir:v "Progress note" ]       ] [
fhir:code [ fhir:v "11488-4" ] ;
fhir:display [ fhir:v "Consultation note" ]       ] [
fhir:code [ fhir:v "11504-8" ] ;
fhir:display [ fhir:v "Surgical operation note" ]       ] [
fhir:code [ fhir:v "28570-0" ] ;
fhir:display [ fhir:v "Procedures note" ]       ] [
fhir:code [ fhir:v "77597-3" ] ;
fhir:display [ fhir:v "Orders placed" ]       ] [
fhir:code [ fhir:v "80565-5" ] ;
fhir:display [ fhir:v "medication administration flowsheet" ]       ] [
fhir:code [ fhir:v "34746-8" ] ;
fhir:display [ fhir:v "Nurse Note" ]       ] )     ] )
  ] . #