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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DocumentManifest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "XDSDocumentManifestExample01"];
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-DocumentReferenceExample01.html\">Generated Summary: id: 12345; status: current; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span>; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</span>; date: 2002年8月21日 上午5:45:50</a></li><li><a href=\"DocumentReference-DocumentReferenceExample02.html\">Generated Summary: id: 12345; status: current; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/ehr-document-type HSDA00.01}\">个人基本健康信息登记</span>; <span title=\"Codes: {http://hl7.org.cn/fhir/CodeSystem/document-category EHR}\">电子健康档案</span>; date: 2002年8月20日 下午4:45:50</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 "DocumentReference/DocumentReferenceExample01" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "DocumentReference/DocumentReferenceExample02" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.