FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions
: FHIRcastImagingStudyOpen-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 "e25c1d31-20a2-41f8-8d85-fe2fdeac74fd"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-imaging-study-open"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-imaging-study-open> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy e25c1d31-20a2-41f8-8d85-fe2fdeac74fd</b></p><a name=\"e25c1d31-20a2-41f8-8d85-fe2fdeac74fd\"> </a><a name=\"hce25c1d31-20a2-41f8-8d85-fe2fdeac74fd\"> </a><a name=\"e25c1d31-20a2-41f8-8d85-fe2fdeac74fd-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DUI</a>/urn:oid:1.2.840.83474.8.231.875.3.15.661594731, Accession ID/GH339884</p><p><b>status</b>: Unknown</p><p><b>subject</b>: <a href=\"Patient-503824b8-fe8c-4227-b061-7181ba6c3926.html\">John Smith (official) Male, DoB: 1978-11-03 ( Medical record number (use: official, ))</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.840.83474.8.231.875.3.15.661594731" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.19.5"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GH339884" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/a92ac1be-fb34-49c1-be58-10928bd271cc" ] ;
fhir:display [ fhir:v "My Healthcare Provider" ] ]
] ) ; #
fhir:status [ fhir:v "unknown"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/503824b8-fe8c-4227-b061-7181ba6c3926" ]
] . #