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 "FindDocumentReferenceResponseExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-FindDocumentReferenceResponse"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-FindDocumentReferenceResponse> ] )
] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample01"^^xsd:anyURI ] ;
( fhir:resource <http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample01> )
] [
fhir:fullUrl [ fhir:v "http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample02"^^xsd:anyURI ] ;
( fhir:resource <http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample02> )
] ) . #
<http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample01> a fhir:DocumentReference ;
fhir:id [ fhir:v "DocumentReferenceExample01"] ; #
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_DocumentReferenceExample01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceExample01</b></p><a name=\"DocumentReferenceExample01\"> </a><a name=\"hcDocumentReferenceExample01\"> </a><a name=\"DocumentReferenceExample01-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-0500</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=\"http://fhirserver.com/repository/api/Binary/DocumentExample01\">http://fhirserver.com/repository/api/Binary/DocumentExample01</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-05: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 "http://fhirserver.com/repository/api/Binary/DocumentExample01"^^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" ] ] ] )
] ) . #
<http://fhirserver.com/registry/api/DocumentReference/DocumentReferenceExample02> a fhir:DocumentReference ;
fhir:id [ fhir:v "DocumentReferenceExample02"] ; #
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_DocumentReferenceExample02\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceExample02</b></p><a name=\"DocumentReferenceExample02\"> </a><a name=\"hcDocumentReferenceExample02\"> </a><a name=\"DocumentReferenceExample02-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=\"http://fhirserver.com/repository/api/Binary/DocumentExample01\">http://fhirserver.com/repository/api/Binary/DocumentExample01</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 "http://fhirserver.com/repository/api/Binary/DocumentExample01"^^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" ] ] ] )
] ) . #
本实施指南 hl7cn.fhir.connectathon#2025.3.12 基于
FHIR 5.0.0
设计。
本页面于 2025-03-11 构建。
本站点由 叶彦波 维护。
版权所有 © 2025+
HL7中国
。
链接: 目录 |
QA报告