HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) 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 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/StructureDefinition/profile-documentmanifest-xds"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-documentmanifest-xds> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Date: 2004年12月23日 上午6:00:00Mode: workingStatus: currentCode: 提交集</td></tr><tr><td>Subject: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> " 刘"Source: (null)</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/DocumentReferenceExample01</a></td></tr><tr><td><a href=\"DocumentReference-DocumentReferenceExample02.html\">DocumentReference/DocumentReferenceExample02</a></td></tr></table></div>"
] ; #
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/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" ] ]
] ) . #