HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 核酸检测项目代码表 - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "covid19-test-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/94510-5/\">94510-5</a></td><td>新冠核酸 样本 探针检测 N基因[CT]</td></tr><tr><td><a href=\"https://loinc.org/94511-3/\">94511-3</a></td><td>新冠核酸 样本 探针检测 ORF1ab域[CT]</td></tr><tr><td><a href=\"https://loinc.org/94316-7/\">94316-7</a></td><td>新冠核酸 样本 探针检测 N基因[Pr]</td></tr><tr><td><a href=\"https://loinc.org/94639-2/\">94639-2</a></td><td>新冠核酸 样本 探针检测 ORF1ab域[Pr]</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.cn/fhir/ValueSet/covid19-test-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2024.5.5"] ; # 
  fhir:name [ fhir:v "Covid19TestCodes"] ; # 
  fhir:title [ fhir:v "核酸检测项目代码表"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-05-05T21:11:47+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7中国"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7中国" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org.cn" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "核酸检测项目代码表"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "94510-5" ] ;
fhir:display [ fhir:v "新冠核酸 样本 探针检测 N基因[CT]" ]       ] [
fhir:code [ fhir:v "94511-3" ] ;
fhir:display [ fhir:v "新冠核酸 样本 探针检测 ORF1ab域[CT]" ]       ] [
fhir:code [ fhir:v "94316-7" ] ;
fhir:display [ fhir:v "新冠核酸 样本 探针检测 N基因[Pr]" ]       ] [
fhir:code [ fhir:v "94639-2" ] ;
fhir:display [ fhir:v "新冠核酸 样本 探针检测 ORF1ab域[Pr]" ]       ] )     ] )
  ] . #