FHIR Osiris Implementation Guide
1.1.0 - trial-implementation
This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "fhir-osiris-example-ROISegmentation",
"meta" : {
"profile" : [
🔗 "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/roi-segmentation"
]
},
"text" : {
"status" : "generated",
"div" : "<div>Poumon</div>"
},
"identifier" : [
{
"type" : {
"text" : "dicom_reference"
},
"value" : "1.3.6.1.4.1.14519.5.2.1.5168.1900.145447087104754814293313200434"
},
{
"type" : {
"text" : "series_reference"
},
"value" : "1.3.6.1.4.1.14519.5.2.1.5168.1900.731508463883905889576807557650"
},
{
"type" : {
"text" : "roi"
},
"value" : "1 1"
},
{
"type" : {
"text" : "file"
},
"value" : "Unknown"
},
{
"type" : {
"text" : "dicom_reference"
},
"value" : "1.3.6.1.4.1.14519.5.2.1.5168.1900.145216219563575643804860454387"
},
{
"type" : {
"text" : "dicom_reference"
},
"value" : "1.3.6.1.4.1.14519.5.2.1.5168.1900.176764473138537905803461583603"
}
],
"partOf" : [
{
🔗 "reference" : "ImagingStudy/fhir-osiris-example-imagingstudy-mri-2"
}
],
"status" : "registered",
"code" : {
"coding" : [
{
"system" : "https://terminology.arkhn.com/radiomicsCS",
"code" : "DICOM"
}
]
},
"subject" : {
🔗 "reference" : "Patient/STS-010"
}
}