This page is part of the FHIRcast (v3.0.0-ballot: STU3 (v3.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
: FHIRcastGetCurrentContentBundle-Example - 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 "8i7tbu6fby5fuuey7133eh"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-get-current-content-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-get-current-content-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:Observation/435098234"^^xsd:anyURI ] ;
( fhir:resource <urn:Observation/435098234> )
] ) . #
<urn:Observation/435098234> a fhir:Observation ;
fhir:id [ fhir:v "435098234"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_435098234\"> </a><p><b>Generated Narrative: Observation</b><a name=\"435098234\"> </a><a name=\"hc435098234\"> </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 Observation "435098234" </p></div><p><b>partOf</b>: <a href=\"ImagingStudy-8i7tbu6fby5ftfbku6fniuf.html\">ImagingStudy/8i7tbu6fby5ftfbku6fniuf</a></p><p><b>status</b>: preliminary</p><p><b>category</b>: Imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#imaging)</span></p><p><b>code</b>: simple cyst <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-RadLex.html\">RadLex radiology lexicon</a>#RID49690)</span></p><p><b>subject</b>: <a href=\"Patient-19762ea6-4920-47a2-bf52-4027cb7adf92.html\">Patient/19762ea6-4920-47a2-bf52-4027cb7adf92</a></p><p><b>effective</b>: 2020-09-07 15:02:03+0000</p><p><b>issued</b>: Sep 7, 2020, 3:02:03 PM</p><p><b>performer</b>: <a href=\"Practitioner-d2bb499c-3021-4c20-a97b-e62469e9e5f5.html\">Practitioner/d2bb499c-3021-4c20-a97b-e62469e9e5f5</a></p></div>"
] ; #
fhir:partOf ( [
fhir:reference [ fhir:v "ImagingStudy/8i7tbu6fby5ftfbku6fniuf" ]
] ) ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://radlex.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RID49690" ] ;
fhir:display [ fhir:v "simple cyst" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/19762ea6-4920-47a2-bf52-4027cb7adf92" ]
] ; #
fhir:effective [ fhir:v "2020-09-07T15:02:03.651Z"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2020-09-07T15:02:03.651Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/d2bb499c-3021-4c20-a97b-e62469e9e5f5" ]
] ) . #