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
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 "special-rx-event-type-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes</code> defines the following codes:</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\">query<a name=\"special-rx-event-type-codes-query\"> </a></td><td>检索患者相关信息请求</td><td>检索患者相关信息请求</td></tr><tr><td style=\"white-space:nowrap\">query-response<a name=\"special-rx-event-type-codes-query-response\"> </a></td><td>检索患者相关信息应答</td><td>检索患者相关信息应答</td></tr><tr><td style=\"white-space:nowrap\">push<a name=\"special-rx-event-type-codes-push\"> </a></td><td>推送处方</td><td>推送处方</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"special-rx-event-type-codes-error\"> </a></td><td>处方流转错误</td><td>处方流转错误</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "2024.5.5"] ; # fhir:name [ fhir:v "SpecialRxEventTypeCodes"] ; # 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:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "query" ] ; fhir:display [ fhir:v "检索患者相关信息请求" ] ; fhir:definition [ fhir:v "检索患者相关信息请求" ] ] [ fhir:code [ fhir:v "query-response" ] ; fhir:display [ fhir:v "检索患者相关信息应答" ] ; fhir:definition [ fhir:v "检索患者相关信息应答" ] ] [ fhir:code [ fhir:v "push" ] ; fhir:display [ fhir:v "推送处方" ] ; fhir:definition [ fhir:v "推送处方" ] ] [ fhir:code [ fhir:v "error" ] ; fhir:display [ fhir:v "处方流转错误" ] ; fhir:definition [ fhir:v "处方流转错误" ] ] ) . #