HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "phr-document-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem phr-document-type</b></p><a name=\"phr-document-type\"> </a><a name=\"hcphr-document-type\"> </a><a name=\"phr-document-type-en-US\"> </a><p>This code system <code>http://hl7.org.cn/fhir/connectathon/CodeSystem/phr-document-type</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">P001<a name=\"phr-document-type-P001\"> </a></td><td>新型冠状病毒核酸检测报告</td><td>新型冠状病毒核酸检测报告</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/phr-document-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2025.3.12"] ; #
fhir:name [ fhir:v "PHRDocumentType"] ; #
fhir:title [ fhir:v "个人健康档案共享文档类型代码表"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-03-11T20:37:13+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:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "P001" ] ;
fhir:display [ fhir:v "新型冠状病毒核酸检测报告" ] ;
fhir:definition [ fhir:v "新型冠状病毒核酸检测报告" ]
] ) . #