This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
DSTU
1).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4B
R4
R3
R2
Example Ultrasound Image
{
"resourceType": "Media",
"extension": [
{
"url": "http://nema.org/fhir/extensions#0002-0010",
"valueUri": "urn:oid:1.2.840.10008.1.2.1"
}
],
"text": {
"status": "generated",
"div": "<div>\n Ultrasound Image on patient "James Chalmers":<br/>\n <img alt=\"WADO reference to image\" src=\"http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033\"/>\n \n </div>"
},
"type": "photo",
"subtype": {
"coding": [
{
"system": "http://nema.org/dicom/dcid",
"code": "US"
}
]
},
"identifier": [
{
"use": "official",
"label": "InstanceUID",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.2.840.11361907579238403408700.3.0.14.19970327150033"
},
{
"label": "accessionNo",
"system": "http://acme-imaging.com/accession/2012",
"value": "1234567"
},
{
"label": "studyId",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3"
},
{
"label": "seriesId",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0"
}
],
"subject": {
"reference": "Patient/example"
},
"deviceName": "G.E. Medical Systems",
"height": 480,
"width": 640,
"content": {
"contentType": "application/dicom",
"url": "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033"
}
}