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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ProvideDocumentBundleExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-ProvideDocumentBundle"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-ProvideDocumentBundle> ] )
] ; #
fhir:type [ fhir:v "transaction"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-312"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:112312312-12-31-23-12-31-23-12-312> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "/List"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-314"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:112312312-12-31-23-12-31-23-12-314> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "/DocumentReference"^^xsd:anyURI ] ]
] [
fhir:fullUrl [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-316"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:112312312-12-31-23-12-31-23-12-316> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "/Binary"^^xsd:anyURI ] ]
] ) . #
<urn:uuid:112312312-12-31-23-12-31-23-12-312> a fhir:List ;
fhir:id [ fhir:v "XDSDocumentManifestExampleInline01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-documentmanifest-xds"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-documentmanifest-xds> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"List_XDSDocumentManifestExampleInline01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: List XDSDocumentManifestExampleInline01</b></p><a name=\"XDSDocumentManifestExampleInline01\"> </a><a name=\"hcXDSDocumentManifestExampleInline01\"> </a><a name=\"XDSDocumentManifestExampleInline01-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-profile-documentmanifest-xds.html\">提交集元数据本地化定义</a></p></div><table class=\"clstu\"><tr><td>Date: 2004-12-23 08:00:00+1000 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: 提交集 </td></tr><tr><td>Subject: <a href=\"Patient-PatientExample01.html\">刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Bundle-DischargeSummaryDocumentExample01.html#urn-uuid-112312312-12-31-23-12-31-23-12-313\">Bundle: type = document</a></td></tr><tr><td><a href=\"Bundle-DischargeSummaryDocumentExample01.html#urn-uuid-112312312-12-31-23-12-31-23-12-314\">Bundle: type = document</a></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "StructureDefinition/ext-documentManifest-sourceId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:129.6.58.92.3243.232.3" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:129.6.58.92.88336" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "working"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/manifest-category-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "submissionset" ] ;
fhir:display [ fhir:v "提交集" ] ] )
] ; #
fhir:subject ( [
fhir:reference [ fhir:v "Patient/PatientExample01" ]
] ) ; #
fhir:date [ fhir:v "2004-12-23T08:00:00+10:00"^^xsd:dateTime] ; #
fhir:source [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ]
] ; #
fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-313" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-314" ] ]
] ) . #
<urn:uuid:112312312-12-31-23-12-31-23-12-314> a fhir:DocumentReference ;
fhir:id [ fhir:v "DocumentReferenceExampleInline02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-documentreference-xds"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-documentreference-xds> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_DocumentReferenceExampleInline02\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceExampleInline02</b></p><a name=\"DocumentReferenceExampleInline02\"> </a><a name=\"hcDocumentReferenceExampleInline02\"> </a><a name=\"DocumentReferenceExampleInline02-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-profile-documentreference-xds.html\">文档元数据本地化定义</a></p></div><p><b>identifier</b>: <code>1.2.9.6.58.92.88337653</code>/12345</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org.cn/fhir/connectathon/CodeSystem/document-category EHR}\">电子健康档案</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)</a></p><p><b>facilityType</b>: <span title=\"Codes:{http://snomed.info/sct 79993009}\">公立医院</span></p><p><b>practiceSetting</b>: <span title=\"Codes:{http://snomed.info/sct 394584008}\">肠胃病学</span></p><p><b>period</b>: 2002-08-17 16:45:50-0500 --> 2002-08-18 16:45:50-0500</p><p><b>date</b>: 2002-08-20 16:45:50+0800</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner 赵勇(official)</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><a href=\"Bundle-DischargeSummaryDocumentExample01.html#urn-uuid-112312312-12-31-23-12-31-23-12-316\">Bundle: type = document</a></td><td>123456543</td><td><code>2jmj7l5rSw0yVb/vlWAYkK/YBwk=</code></td><td>个人基本健康信息登记</td><td>2002-08-19 16:45:50-0500</td></tr></table><h3>Profiles</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>[not stated] urn:cn:health:sharedocument: urn:cn:health:sharedocument</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "1.2.9.6.58.92.88337653"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/ehr-document-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HSDA00.01" ] ;
fhir:display [ fhir:v "个人基本健康信息登记" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/document-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EHR" ] ;
fhir:display [ fhir:v "电子健康档案" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ]
] ; #
fhir:facilityType [
( fhir:coding [
a sct:79993009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "79993009" ] ;
fhir:display [ fhir:v "公立医院" ] ] )
] ; #
fhir:practiceSetting [
( fhir:coding [
a sct:394584008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394584008" ] ;
fhir:display [ fhir:v "肠胃病学" ] ] )
] ; #
fhir:period [
fhir:start [ fhir:v "2002-08-17T16:45:50.597-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2002-08-18T16:45:50.597-05:00"^^xsd:dateTime ]
] ; #
fhir:date [ fhir:v "2002-08-20T16:45:50.597+08:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ]
] ) ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:url [ fhir:v "urn:uuid:112312312-12-31-23-12-31-23-12-316"^^xsd:anyURI ] ;
fhir:size [ fhir:v "123456543"^^xsd:long ] ;
fhir:hash [ fhir:v "2jmj7l5rSw0yVb/vlWAYkK/YBwk="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "个人基本健康信息登记" ] ;
fhir:creation [ fhir:v "2002-08-19T16:45:50.597-05:00"^^xsd:dateTime ] ] ;
( fhir:profile [
fhir:value [
a fhir:Coding ;
fhir:code [ fhir:v "urn:cn:health:sharedocument" ] ] ] )
] ) . #
<urn:uuid:112312312-12-31-23-12-31-23-12-316> a fhir:Binary ;
fhir:id [ fhir:v "XDSDocumentBinaryExampleInline02"] ; #
fhir:contentType [ fhir:v "text/xml"] ; #
fhir:data [ fhir:v "aGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQh"^^xsd:base64Binary] . #
本实施指南 hl7cn.fhir.connectathon#2025.3.12 基于
FHIR 5.0.0
设计。
本页面于 2025-03-11 构建。
本站点由 叶彦波 维护。
版权所有 © 2025+
HL7中国
。
链接: 目录 |
QA报告