HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CNOperationExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/cn-operation"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/cn-operation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure CNOperationExample</b></p><a name=\"CNOperationExample\"> </a><a name=\"hcCNOperationExample\"> </a><a name=\"CNOperationExample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cn-operation.html\">手术</a></p></div><p><b>中国标准手术切口类别</b>: [not stated] 2: II类切口</p><p><b>中国标准手术级别</b>: [not stated] 2: 二级手术</p><p><b>手术出血量(ml)</b>: 122.33</p><p><b>basedOn</b>: <a href=\"ServiceRequest/1\">ServiceRequest/1</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:\">手术</span></p><p><b>code</b>: <span title=\"Codes:\">阑尾残端切除术</span></p><p><b>subject</b>: <a href=\"Patient/1\">赵敏</a></p><p><b>encounter</b>: <a href=\"Encounter/1\">Encounter/1</a></p><p><b>occurrence</b>: 2017-05-03 23:52:10+0000 --> 2017-05-04 01:21:12+0000</p><p><b>recorded</b>: 2017-05-04 02:07:35+0000</p><p><b>recorder</b>: 韦一笑</p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:\">主刀医师</span></p><p><b>actor</b>: 张无忌</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:\">I助</span></p><p><b>actor</b>: 谢逊</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:\">II助</span></p><p><b>actor</b>: 殷天正</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:\">巡回护士</span></p><p><b>actor</b>: 周芷若</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:\">器械护士</span></p><p><b>actor</b>: 小昭</p></blockquote><p><b>location</b>: <a href=\"Location/1\">西京市人民医院急诊楼五楼第12手术室</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">术前诊断</span></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:\">右下腹</span></p><p><b>outcome</b>: <span title=\"Codes:\">成功</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-surgical-incision-category"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "II类切口" ] ]
] [
fhir:url [ fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-surgical-level"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "二级手术" ] ]
] [
fhir:url [ fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/ext-bloodLoss"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v 122.33 ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/1" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "387713003" ] ;
fhir:display [ fhir:v "Surgical procedure (procedure)" ] ] ) ;
fhir:text [ fhir:v "手术" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "1299000" ] ;
fhir:display [ fhir:v "阑尾残端切除术" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1" ] ;
fhir:display [ fhir:v "赵敏" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/1" ]
] ; #
fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-03T23:52:10.000Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-05-04T01:21:12.000Z"^^xsd:dateTime ]
] ; #
fhir:recorded [ fhir:v "2017-05-04T02:07:35.000Z"^^xsd:dateTime] ; #
fhir:recorder [
fhir:display [ fhir:v "韦一笑" ]
] ; #
fhir:performer ( [
fhir:function [
fhir:text [ fhir:v "主刀医师" ] ] ;
fhir:actor [
fhir:display [ fhir:v "张无忌" ] ]
] [
fhir:function [
fhir:text [ fhir:v "I助" ] ] ;
fhir:actor [
fhir:display [ fhir:v "谢逊" ] ]
] [
fhir:function [
fhir:text [ fhir:v "II助" ] ] ;
fhir:actor [
fhir:display [ fhir:v "殷天正" ] ]
] [
fhir:function [
fhir:text [ fhir:v "巡回护士" ] ] ;
fhir:actor [
fhir:display [ fhir:v "周芷若" ] ]
] [
fhir:function [
fhir:text [ fhir:v "器械护士" ] ] ;
fhir:actor [
fhir:display [ fhir:v "小昭" ] ]
] ) ; #
fhir:location [
fhir:reference [ fhir:v "Location/1" ] ;
fhir:display [ fhir:v "西京市人民医院急诊楼五楼第12手术室" ]
] ; #
fhir:reason ( [
fhir:concept [
( fhir:coding [
fhir:code [ fhir:v "85189001" ] ;
fhir:display [ fhir:v "急性阑尾炎" ] ] ) ;
fhir:text [ fhir:v "术前诊断" ] ]
] ) ; #
fhir:bodySite ( [
( fhir:coding [
fhir:code [ fhir:v "48544008" ] ;
fhir:display [ fhir:v "Structure of right lower quadrant of abdomen (body structure)" ] ] ) ;
fhir:text [ fhir:v "右下腹" ]
] ) ; #
fhir:outcome [
( fhir:coding [
fhir:code [ fhir:v "385669000" ] ;
fhir:display [ fhir:v "Successful (qualifier value)" ] ] ) ;
fhir:text [ fhir:v "成功" ]
] . #
本实施指南 hl7cn.fhir.connectathon#2025.3.12 基于
FHIR 5.0.0
设计。
本页面于 2025-03-11 构建。
本站点由 叶彦波 维护。
版权所有 © 2025+
HL7中国
。
链接: 目录 |
QA报告