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

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

: KR Core Condition Category Types - TTL Representation

Active as of 2023-06-30

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "krcore-condition-category-types"] ; # 
  fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.2"] ; # 
  fhir:name [ fhir:v "KR_Core_Condition_Category_Types"] ; # 
  fhir:title [ fhir:v "KR Core Condition Category Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-06-30"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Korea"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Korea" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7korea.or.kr/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@healthall.co.kr" ]     ] )
  ] [
fhir:name [ fhir:v "HealthAll Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@healthall.co.kr" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "KR Core 진단 및 주호소 범주 코드체계"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "KR Core Condition Profile for Chief Complaint와 KR Core Condition Profile for Encounter Diagnosis의 범주 구분을 위해 정의"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "진단" ] ;
fhir:display [ fhir:v "진단" ]
  ] [
fhir:code [ fhir:v "주호소" ] ;
fhir:display [ fhir:v "주호소" ]
  ] ) . #