HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) 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 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DocumentReferenceExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"DocumentReferenceExample01\"> </a><a name=\"hcDocumentReferenceExample01\"> </a></p><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\">Resource DocumentReference "DocumentReferenceExample01" </p><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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ehr-document-type.html\">健康档案共享文档类型代码表</a>#HSDA00.01)</span></p><p><b>category</b>: 电子健康档案 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-document-category.html\">共享文档类别代码表</a>#EHR)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> " 刘"</p><p><b>facilityType</b>: 公立医院 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#79993009)</span></p><p><b>practiceSetting</b>: 肠胃病学 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#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年8月21日 上午5:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01</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>(base64 data - 20 bytes)</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>urn:cn:health:sharedocument (Details: [not stated] code urn:cn:health:sharedocument = 'urn:cn:health:sharedocument', stated as 'null')</td></tr></table></blockquote></div>"
] ; #
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/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/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" ] ] ] )
] ) . #