HL7 FHIR Implementation Guide: Taiwan Common Oncology Data Elements IG Release 0.1.0 - TW | STU1 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: VGHBundleExample - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "VGHBundleExample"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1.0" ] ;
fhir:lastUpdated [ fhir:v "2023-02-13T04:35:13.728+08:00"^^xsd:dateTime ]
] ; #
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://vghtpe.com/context-codesystem/impacted-any/assigner-dip/identifier-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bundleId" ] ;
fhir:display [ fhir:v "Bundle Identifier" ] ] ) ] ;
fhir:system [ fhir:v "https://vghtpe.com/context-identifier/impacted-bundle-identifier/assigner-tpvgh-noh/identifier-tpvgh-noh"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1f124f48-1111-2d45-9619-b8409042f37c" ]
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2023-02-13T04:35:13.728+08:00"^^xsd:dateTime] ; #
fhir:link ( [
fhir:relation [ fhir:v "type" ] ;
fhir:url [ fhir:v "https://vghtpe.com/entryclassifier?type=90090-2"^^xsd:anyURI ]
] [
fhir:relation [ fhir:v "profile" ] ;
fhir:url [ fhir:v "https://vghtpe.com/context-identifier/impacted-Bundle-entry/modeProfile/snapshot"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:9f098cf9-0840-4c25-9619-b8409042e59b"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:9f098cf9-0840-4c25-9619-b8409042e59b> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:9f098cf9-0840-4c25-9619-b8409042e59b"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:9f098cf9-0840-4c25-9619-b8409042e59b> )
] ) . #
<urn:uuid:9f098cf9-0840-4c25-9619-b8409042e59b> a fhir:MessageHeader, fhir:BodyStructure ;
fhir:id [ fhir:v "messageHeader1"], [ fhir:v "someOtherResourceType1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"messageHeader1\"> </a></p><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\">Resource MessageHeader "messageHeader1" </p></div></div>"
], [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: BodyStructure</b><a name=\"someOtherResourceType1\"> </a></p><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\">Resource BodyStructure "someOtherResourceType1" </p></div></div>"
] . #