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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "krcore-vital-signs-codes"] ; # fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-vital-signs-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "KR_Core_Vital_Signs_Codes"] ; # fhir:title [ fhir:v "KR Core Vital Signs Codes"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-11-27T23:35:13+09:00"^^xsd:dateTime] ; # 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:compose [ ( fhir:include [ fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "8867-4" ] ] [ fhir:code [ fhir:v "9279-1" ] ] [ fhir:code [ fhir:v "2708-6" ] ] [ fhir:code [ fhir:v "8310-5" ] ] [ fhir:code [ fhir:v "8302-2" ] ] [ fhir:code [ fhir:v "29463-7" ] ] [ fhir:code [ fhir:v "85354-9" ] ] [ fhir:code [ fhir:v "8480-6" ] ] [ fhir:code [ fhir:v "8462-4" ] ] [ fhir:code [ fhir:v "8478-0" ] ] ) ] ) ] . #