@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: DocumentReference

Resource DocumentReference "DocumentReferenceExample01"

Profile: 文档元数据本地化定义

identifier: 1.2.9.6.58.92.88337653/12345

status: current

type: 个人基本健康信息登记 (健康档案共享文档类型代码表#HSDA00.01)

category: 电子健康档案 (共享文档类别代码表#EHR)

subject: Patient/PatientExample01 " 刘"

facilityType: 公立医院 (SNOMED CT#79993009)

practiceSetting: 肠胃病学 (SNOMED CT#394584008)

period: 2002-08-17 16:45:50-0500 --> 2002-08-18 16:45:50-0500

date: 2002年8月21日 上午5:45:50

author: Practitioner/PractitionerExample01 " 赵"

content

Attachments

-ContentTypeUrlSizeHashTitleCreation
*text/plainhttp://fhirserver.com/repository/api/Binary/DocumentExample01123456543(base64 data - 20 bytes)个人基本健康信息登记2002-08-19 16:45:50-0500

Profiles

-Value[x]
*urn:cn:health:sharedocument (Details: [not stated] code urn:cn:health:sharedocument = 'urn:cn:health:sharedocument', stated as 'null')
" ] ; # 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:link ; 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:link ; 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" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------