Sha256: 5f0f3caab55a0ff8885db39f2c68eee0774facefcf3414ac64232f19a9fd9244

Contents?: true

Size: 1.35 KB

Versions: 10

Compression:

Stored size: 1.35 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Media xmlns="http://hl7.org/fhir">
  <id value="xray"/>

  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Xray of left hand for Patient Henry Levin (MRN 12345) 2016-03-15</div>
  </text>
  <basedOn>
    <identifier>
      <system value="http://someclinic.org/fhir/NamingSystem/imaging-orders"/>
      <value value="111222"/>
      <assigner>
        <display value="XYZ Medical Clinic"/>
      </assigner>
    </identifier>
  </basedOn>
  <type value="photo"/>
  
  <subtype>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="39714003"/>
      <display value="Skeletal X-ray of wrist and hand"/>
    </coding>
  </subtype>

  <subject>
    <reference value="Patient/example"/>
  </subject>
  <context>
    <reference value="Encounter/example"/>
  </context>
  <occurrenceDateTime value="2016-03-15"/>
  <bodySite>
    <coding>
      <system value="http://snomed.info.sct"/>
      <code value="85151006"/>
      <display value="Structure of left hand (body structure)"/>
    </coding>
  </bodySite>
  
  <height value="432"/>
  <width value="640"/>
  
  <content id="a1">
    <contentType value="image/jpeg"/>
    <url value="http://someimagingcenter.org/fhir/Binary/A12345"/>
    <!--  the date this image was created  -->
    <creation value="2016-03-15"/>
  </content>
</Media>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/xml/media-example-xray.xml
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/xml/media-example-xray.xml
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/xml/media-example-xray.xml
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/xml/media-example-xray.xml
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/xml/media-example-xray.xml
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/xml/media-example-xray.xml
fhir_models-3.0.4 lib/fhir_models/examples/xml/media-example-xray.xml
fhir_models-3.0.3 lib/fhir_models/examples/xml/media-example-xray.xml
fhir_models-3.0.2 lib/fhir_models/examples/xml/media-example-xray.xml
fhir_models-3.0.1 lib/fhir_models/examples/xml/media-example-xray.xml