HL7中国FHIR Connectathon测试实施指南
V20230304 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: DocumentReferenceExample01 - TTL Representation

Raw ttl | Download


@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:Resource.id [ fhir:value "DocumentReferenceExample01"];
  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 --&gt; 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.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-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 "http://fhirserver.com/repository/api/Binary/DocumentExample01" ];
       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 "肠胃病学" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.