JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions
: Example ImagingStudy Trivial - 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 "ex-imagingstudyTrivial"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://johnmoehrke.github.io/testDicom/StructureDefinition/JohnMoehrke.testDicom.testImage.trivial"^^xsd:anyURI ;
fhir:link <http://johnmoehrke.github.io/testDicom/StructureDefinition/JohnMoehrke.testDicom.testImage.trivial> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy ex-imagingstudyTrivial</b></p><a name=\"ex-imagingstudyTrivial\"> </a><a name=\"hcex-imagingstudyTrivial\"> </a><a name=\"ex-imagingstudyTrivial-en-US\"> </a><p><b>a SOP in OID form</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><blockquote><p><b>series</b></p><p><b>uid</b>: 1.3.6.1.4.1.32473</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM CT}\">Computed Tomography</span></p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style=\"display: none\">*</td><td>1.3.6.1.4.1.32473.5</td><td>DCMUID 1.2.840.10008.5.1.4.1.1.2: CT Image Storage</td></tr></table></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://johnmoehrke.github.io/testDicom/StructureDefinition/testDicom.SopOid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2"^^xsd:anyURI ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
fhir:series ( [
fhir:uid [ fhir:v "1.3.6.1.4.1.32473" ] ;
fhir:modality [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CT" ] ] ) ] ;
( fhir:instance [
fhir:uid [ fhir:v "1.3.6.1.4.1.32473.5" ] ;
fhir:sopClass [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCMUID"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10008.5.1.4.1.1.2" ] ;
fhir:display [ fhir:v "CT Image Storage" ] ] ] )
] ) . #