This page is part of the Integrated Reporting Applications (v1.0.0: Publication) based on FHIR v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: ImagingStudy Context 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:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-ImagingStudyContext"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingstudycontext"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingstudycontext> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingStudy</b><a name=\"example-ImagingStudyContext\"> </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 ImagingStudy "example-ImagingStudyContext" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imagingstudycontext.html\">ImagingStudy Context</a></p></div><p><b>identifier</b>: Study Instance UID: urn:oid:1.2.3.4.5, Accession ID: 12345</p><p><b>status</b>: available</p><p><b>subject</b>: <a href=\"Patient-example-PatientContext.html\">Patient/example-PatientContext</a> " SMITH"</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110180" ] ;
fhir:display [ fhir:v "Study Instance UID" ] ] ) ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.3.4.5" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ] ] ) ] ;
fhir:system [ fhir:v "http://www.acme.com/identifiers/accession"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-PatientContext" ]
] . #