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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: XDSDocumentManifestExample01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "XDSDocumentManifestExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-documentmanifest-xds"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-documentmanifest-xds>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List XDSDocumentManifestExample01</b></p><a name=\"XDSDocumentManifestExample01\"> </a><a name=\"hcXDSDocumentManifestExample01\"> </a><a name=\"XDSDocumentManifestExample01-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-documentmanifest-xds.html\">提交集元数据本地化定义</a></p></div><table class=\"clstu\"><tr><td>Date: 2004-12-23 08:00:00+1000 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: 提交集 </td></tr><tr><td>Subject: <a href=\"Patient-PatientExample01.html\">刘康 Male, DoB: 1955-10-25 ( urn:oid:2.16.840.1.113883.2.23.1.19.1#110101200301120019)</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"DocumentReference-DocumentReferenceExample01.html\">DocumentReference: identifier = 1.2.9.6.58.92.88337653#12345; status = current; type = 个人基本健康信息登记; category = 电子健康档案; facilityType = 公立医院; practiceSetting = 肠胃病学; period = 2002-08-17 16:45:50-0500 --&gt; 2002-08-18 16:45:50-0500; date = 2002-08-20 16:45:50-0500</a></td></tr><tr><td><a href=\"DocumentReference-DocumentReferenceExample02.html\">DocumentReference: identifier = 1.2.9.6.58.92.88337653#12345; status = current; type = 个人基本健康信息登记; category = 电子健康档案; facilityType = 公立医院; practiceSetting = 肠胃病学; period = 2002-08-17 16:45:50-0500 --&gt; 2002-08-18 16:45:50-0500; date = 2002-08-20 16:45:50+0800</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "StructureDefinition/ext-documentManifest-sourceId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:129.6.58.92.3243.232.3" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:129.6.58.92.88336" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.cn/fhir/connectathon/CodeSystem/manifest-category-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "submissionset" ] ;
fhir:display [ fhir:v "提交集" ]     ] )
  ] ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "Patient/PatientExample01" ]
  ] ) ; # 
  fhir:date [ fhir:v "2004-12-23T08:00:00+10:00"^^xsd:dateTime] ; # 
  fhir:source [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ]
  ] ; # 
  fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "DocumentReference/DocumentReferenceExample01" ]     ]
  ] [
fhir:item [
fhir:reference [ fhir:v "DocumentReference/DocumentReferenceExample02" ]     ]
  ] ) . #