HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). 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:Bundle;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ProvideDocumentBundleExample01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-ProvideDocumentBundle";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-ProvideDocumentBundle> ]
];
fhir:Bundle.type [ fhir:value "transaction"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-312" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-312>;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ];
fhir:Bundle.entry.request.url [ fhir:value "/DocumentManifest" ] ]
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-313" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-313>;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ];
fhir:Bundle.entry.request.url [ fhir:value "/DocumentReference" ] ]
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-314" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-314>;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ];
fhir:Bundle.entry.request.url [ fhir:value "/DocumentReference" ] ]
], [
fhir:index 3;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-315" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-315>;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ];
fhir:Bundle.entry.request.url [ fhir:value "/Binary" ] ]
], [
fhir:index 4;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-316" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-316>;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "POST" ];
fhir:Bundle.entry.request.url [ fhir:value "/Binary" ] ]
].
<urn:uuid:112312312-12-31-23-12-31-23-12-312> a fhir:DocumentManifest;
fhir:Resource.id [ fhir:value "XDSDocumentManifestExampleInline01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-documentmanifest-xds";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-documentmanifest-xds> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>masterIdentifier</b>: id: urn:oid:129.6.58.92.88336</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">健康档案共享文档</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>created</b>: 2004年12月23日 上午6:00:00</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><p><b>source</b>: <code>urn:oid:129.6.58.92.3243.232.3</code></p><p><b>content</b>: </p><ul><li><a href=\"#DocumentReference_DocumentReferenceExampleInline01\">See above (DocumentReference/DocumentReferenceExampleInline01)</a></li><li><a href=\"#DocumentReference_DocumentReferenceExampleInline02\">See above (DocumentReference/DocumentReferenceExampleInline02)</a></li></ul></div>"
];
fhir:DocumentManifest.masterIdentifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:129.6.58.92.88336" ]
];
fhir:DocumentManifest.status [ fhir:value "current"];
fhir:DocumentManifest.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/document-category" ];
fhir:Coding.code [ fhir:value "EHR" ];
fhir:Coding.display [ fhir:value "健康档案共享文档" ] ]
];
fhir:DocumentManifest.subject [
fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]
];
fhir:DocumentManifest.created [ fhir:value "2004-12-23T08:00:00+10:00"^^xsd:dateTime];
fhir:DocumentManifest.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]
];
fhir:DocumentManifest.source [ fhir:value "urn:oid:129.6.58.92.3243.232.3"];
fhir:DocumentManifest.content [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-313" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-314" ]
].
<urn:uuid:112312312-12-31-23-12-31-23-12-313> a fhir:DocumentReference;
fhir:Resource.id [ fhir:value "DocumentReferenceExampleInline01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>masterIdentifier</b>: id: 12345</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>date</b>: 2002年8月20日 下午4:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>format</b>: <span title=\"{null urn:cn:health:sharedocument}\">urn:cn:health:sharedocument</span></p></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td><td><b>FacilityType</b></td><td><b>PracticeSetting</b></td></tr><tr><td>*</td><td>2002年8月17日 下午4:45:50 --> 2002年8月18日 下午4:45:50</td><td><span title=\"Codes: {http://snomed.info/sct 79993009}\">公立医院</span></td><td><span title=\"Codes: {http://snomed.info/sct 394584008}\">肠胃病学</span></td></tr></table></div>"
];
fhir:DocumentReference.masterIdentifier [
fhir:Identifier.system [ fhir:value "1.2.9.6.58.92.88337653" ];
fhir:Identifier.value [ fhir:value "12345" ]
];
fhir:DocumentReference.status [ fhir:value "current"];
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/ehr-document-type" ];
fhir:Coding.code [ fhir:value "HSDA00.01" ];
fhir:Coding.display [ fhir:value "个人基本健康信息登记" ] ]
];
fhir:DocumentReference.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/document-category" ];
fhir:Coding.code [ fhir:value "EHR" ];
fhir:Coding.display [ fhir:value "电子健康档案" ] ]
];
fhir:DocumentReference.subject [
fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]
];
fhir:DocumentReference.date [ fhir:value "2002-08-20T16:45:50.597+08:00"^^xsd:dateTime];
fhir:DocumentReference.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]
];
fhir:DocumentReference.content [
fhir:index 0;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "text/plain" ];
fhir:Attachment.url [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-315" ];
fhir:Attachment.size [ fhir:value "123456543"^^xsd:nonNegativeInteger ];
fhir:Attachment.hash [ fhir:value "2jmj7l5rSw0yVb/vlWAYkK/YBwk="^^xsd:base64Binary ];
fhir:Attachment.title [ fhir:value "个人基本健康信息登记" ];
fhir:Attachment.creation [ fhir:value "2002-08-19T16:45:50.597-05:00"^^xsd:dateTime ] ];
fhir:DocumentReference.content.format [
fhir:Coding.code [ fhir:value "urn:cn:health:sharedocument" ] ]
];
fhir:DocumentReference.context [
fhir:DocumentReference.context.period [
fhir:Period.start [ fhir:value "2002-08-17T16:45:50.597+08:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2002-08-18T16:45:50.597+08:00"^^xsd:dateTime ] ];
fhir:DocumentReference.context.facilityType [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:79993009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "79993009" ];
fhir:Coding.display [ fhir:value "公立医院" ] ] ];
fhir:DocumentReference.context.practiceSetting [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394584008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394584008" ];
fhir:Coding.display [ fhir:value "肠胃病学" ] ] ]
].
<urn:uuid:112312312-12-31-23-12-31-23-12-314> a fhir:DocumentReference;
fhir:Resource.id [ fhir:value "DocumentReferenceExampleInline02"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-documentreference-xds> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>masterIdentifier</b>: id: 12345</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span></p><p><b>category</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>date</b>: 2002年8月21日 上午5:45:50</p><p><b>author</b>: <a href=\"Practitioner-PractitionerExample01.html\">Generated Summary: 赵勇; gender: male</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>format</b>: <span title=\"{null urn:cn:health:sharedocument}\">urn:cn:health:sharedocument</span></p></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td><td><b>FacilityType</b></td><td><b>PracticeSetting</b></td></tr><tr><td>*</td><td>2002年8月18日 上午5:45:50 --> 2002年8月19日 上午5:45:50</td><td><span title=\"Codes: {http://snomed.info/sct 79993009}\">公立医院</span></td><td><span title=\"Codes: {http://snomed.info/sct 394584008}\">肠胃病学</span></td></tr></table></div>"
];
fhir:DocumentReference.masterIdentifier [
fhir:Identifier.system [ fhir:value "1.2.9.6.58.92.88337654" ];
fhir:Identifier.value [ fhir:value "12345" ]
];
fhir:DocumentReference.status [ fhir:value "current"];
fhir:DocumentReference.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/ehr-document-type" ];
fhir:Coding.code [ fhir:value "HSDA00.01" ];
fhir:Coding.display [ fhir:value "个人基本健康信息登记" ] ]
];
fhir:DocumentReference.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/document-category" ];
fhir:Coding.code [ fhir:value "EHR" ];
fhir:Coding.display [ fhir:value "电子健康档案" ] ]
];
fhir:DocumentReference.subject [
fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]
];
fhir:DocumentReference.date [ fhir:value "2002-08-20T16:45:50.597-05:00"^^xsd:dateTime];
fhir:DocumentReference.author [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]
];
fhir:DocumentReference.content [
fhir:index 0;
fhir:DocumentReference.content.attachment [
fhir:Attachment.contentType [ fhir:value "text/plain" ];
fhir:Attachment.url [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-316" ];
fhir:Attachment.size [ fhir:value "123456543"^^xsd:nonNegativeInteger ];
fhir:Attachment.hash [ fhir:value "2jmj7l5rSw0yVb/vlWAYkK/YBwk="^^xsd:base64Binary ];
fhir:Attachment.title [ fhir:value "个人基本健康信息登记" ];
fhir:Attachment.creation [ fhir:value "2002-08-19T16:45:50.597-05:00"^^xsd:dateTime ] ];
fhir:DocumentReference.content.format [
fhir:Coding.code [ fhir:value "urn:cn:health:sharedocument" ] ]
];
fhir:DocumentReference.context [
fhir:DocumentReference.context.period [
fhir:Period.start [ fhir:value "2002-08-17T16:45:50.597-05:00"^^xsd:dateTime ];
fhir:Period.end [ fhir:value "2002-08-18T16:45:50.597-05:00"^^xsd:dateTime ] ];
fhir:DocumentReference.context.facilityType [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:79993009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "79993009" ];
fhir:Coding.display [ fhir:value "公立医院" ] ] ];
fhir:DocumentReference.context.practiceSetting [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394584008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394584008" ];
fhir:Coding.display [ fhir:value "肠胃病学" ] ] ]
].
<urn:uuid:112312312-12-31-23-12-31-23-12-315> a fhir:Binary;
fhir:Resource.id [ fhir:value "XDSDocumentBinaryExampleInline01"];
fhir:Binary.contentType [ fhir:value "text/xml"];
fhir:Binary.data [ fhir:value "aGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQh"^^xsd:base64Binary].
<urn:uuid:112312312-12-31-23-12-31-23-12-316> a fhir:Binary;
fhir:Resource.id [ fhir:value "XDSDocumentBinaryExampleInline02"];
fhir:Binary.contentType [ fhir:value "text/xml"];
fhir:Binary.data [ fhir:value "aGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQhaGVsbG8gd29ybGQh"^^xsd:base64Binary].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.