KR Core Implementation Guide 1.0.0 - STU1
KR Core Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
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 "hira-edi-material"] ; # fhir:url [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/hira-edi-material"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "HIRA_EDI_Material"] ; # fhir:title [ fhir:v "HIRA EDI Material"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-01"^^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 "건강보험심사평가원 EDI 치료재료 코드체계"] ; # 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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . #