This page is part of the US Core (v7.0.0: STU7) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions. Page versions: STU6.1 STU6 STU5
: Chest Xray 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Media ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "chest-xray"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Media</b><a name=\"chest-xray\"> </a><a name=\"hcchest-xray\"> </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 Media "chest-xray" </p></div><p><b>status</b>: completed</p><p><b>type</b>: Image <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-media-type.html\">Media Type</a>#image)</span></p><p><b>modality</b>: Plain chest X-ray (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#399208008)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> " SHAW"</p><p><b>created</b>: 2019-02-04 19:43:30+0000</p><p><b>issued</b>: Feb 4, 2019, 7:43:30 PM</p><blockquote><p><b>content</b></p><blockquote><p><b>id</b></p>a1</blockquote><p><b>contentType</b>: image/jpeg</p><p><b>url</b>: <a href=\"http://example.org/Binary/A12345\">http://example.org/Binary/A12345</a></p><p><b>creation</b>: 2019-02-04 19:43:30+0000</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/media-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "image" ] ;
fhir:display [ fhir:v "Image" ] ] )
] ; #
fhir:modality [
( fhir:coding [
a sct:399208008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "399208008" ] ;
fhir:display [ fhir:v "Plain chest X-ray (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:created [ fhir:v "2019-02-04T19:43:30.000Z"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2019-02-04T19:43:30.000Z"^^xsd:dateTime] ; #
fhir:content [
fhir:id [ fhir:v "a1" ] ;
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:url [ fhir:v "http://example.org/Binary/A12345"^^xsd:anyURI ] ;
fhir:creation [ fhir:v "2019-02-04T19:43:30.000Z"^^xsd:dateTime ]
] . #