FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImagingSelection/example-mg-image-selection (Turtle)

Responsible Owner: Imaging Integration Work GroupStandards Status: InformativeCompartments: Group, Patient

Raw Turtle (+ also see Turtle/RDF Format Specification)

MG Image Selection

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ImagingSelection/example-mg-image-selection> a fhir:ImagingSelection ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-mg-image-selection"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:code [ fhir:v "128181" ] ;
       fhir:system [
         fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ;
         fhir:l <http://dicom.nema.org/resources/ontology/DCM>
       ] ;
       fhir:display [ fhir:v "Diagnostic Source Images" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:code [ fhir:v "121080" ] ;
       fhir:system [
         fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ;
         fhir:l <http://dicom.nema.org/resources/ontology/DCM>
       ] ;
       fhir:display [ fhir:v "Best illustration of finding" ]
     ] )
  ] ; # 
  fhir:bodySite ( [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/BodyStructure/breast-mass-example> ;
       fhir:reference [ fhir:v "BodyStructure/breast-mass-example" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:modality [
     fhir:coding ( [
       fhir:code [ fhir:v "MG" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/Patient/genetics-example1> ;
     fhir:reference [ fhir:v "Patient/genetics-example1" ]
  ] ; # 
  fhir:issued [ fhir:v "2026-03-05T10:30:10+01:00"^^xsd:dateTime] ; # 
  fhir:studyUid [ fhir:v "1.2.276.0.7230010.3.1.2.2471810486.202606031209.11234567"] ; # 
  fhir:seriesUid [ fhir:v "1.2.276.0.7230010.3.1.3.2471810486.202606031209.11234567.1"] ; # 
  fhir:seriesNumber [ fhir:v "3"^^xsd:nonNegativeInteger] . # 

<http://hl7.org/fhir/BodyStructure/breast-mass-example> a fhir:BodyStructure .

<http://hl7.org/fhir/Patient/genetics-example1> a fhir:Patient .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.