This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Multiframe Image Selection
{
"resourceType" : "ImagingSelection",
"id" : "example-multiframe-image-selection",
"status" : "available",
"category" : [{
"coding" : [{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "113036"
}]
}],
"code" : {
"coding" : [{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "121080"
}]
},
"subject" : {
"type" : "Patient",
"identifier" : {
"system" : "https://fhirhospital.org",
"value" : "KUTGIQCVCDRHVBUK"
}
},
"basedOn" : [{
"type" : "ServiceRequest",
"identifier" : {
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN"
}]
},
"value" : "W12342398",
"assigner" : {
"reference" : "Organization/dicom-organization"
}
}
},
{
"reference" : "ServiceRequest/example"
}],
"derivedFrom" : {
"type" : "ImagingStudy",
"identifier" : {
"system" : "urn:dicom:uid",
"value" : "urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781"
}
},
"studyUid" : "1.2.840.113747.20080222.35738167372924306270412538783781",
"seriesUid" : "1.2.840.113747.20080222.35738167372924306270412538783781.2",
"frameOfReferenceUid" : "1.2.840.113747.20080222.35738167372924306270412538783781.0",
"instance" : [{
"uid" : "1.2.840.113747.20080222.35738167368358372924412538783781.2.1",
"sopClass" : "urn:oid:1.2.840.10008.5.1.4.1.1.2.1",
"frameNumber" : [1,
2,
3,
4]
}]
}
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.