Sha256: 2633a1066cc9aab63fb944c1e7101e0831477159c0aa03d42e4b0d1cd8922d3a

Contents?: true

Size: 1.28 KB

Versions: 7

Compression:

Stored size: 1.28 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM</div>
  </text>
  <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"/>
  <patient>
    <reference value="Patient/dicom"/>
  </patient>
  <started value="2011-01-01T11:01:20+03:00"/>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  
  <series>
    <uid value="urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630"/>
    <number value="3"/>
    <modality>
		  <system value="http://nema.org/dicom/dicm"/>
		  <code value="CT"/>
		</modality> 
    <description value="CT Surview 180"/>
    <numberOfInstances value="1"/>
    <bodySite>
      <!--  Added body site to support duplicate checking example  -->
      <system value="http://snomed.info/sct"/>
      <code value="67734004"/>
      <display value="Upper Trunk Structure"/>
    </bodySite>
    <instance>
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
      <number value="1"/>
      <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
    </instance>
  </series>   
</ImagingStudy>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/xml/imagingstudy-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/imagingstudy-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/imagingstudy-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/imagingstudy-example.xml
fhir_models-1.6.3 examples/xml/imagingstudy-example.xml
fhir_models-1.6.2 examples/xml/imagingstudy-example.xml
fhir_models-1.6.1 examples/xml/imagingstudy-example.xml