Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
Example ImagingStudy
ImagingStudy |
id : example-imagingstudy-ca-core |
meta |
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ImagingStudy-ca-core |
identifier |
system : http://example.ca/NamingSystem/ImagingStudy |
value : IS123456 |
status : available |
modality |
system : http://snomed.info/sct |
code : CT |
display : Computed tomography |
subject |
reference : example-patient-ca-core |
encounter |
reference : Encounter/example-encounter-ca-core |
started : 2024-03-27T10:30:00-07:00 |
referrer |
reference : Practitioner/example-practitioner-ca-core |
interpreter |
reference : PractitionerRole/example-practitionerrole-ca-core-3 |
procedureCode |
coding |
system : http://loinc.org |
code : 24627-2 |
display : CT Chest |
location |
reference : Location/example-location-ca-core |
reasonCode |
coding |
system : http://snomed.info/sct |
code : 275981009 |
display : Screening for malignant neoplasm of lung |
series |
uid : 1.2.3.4.5.6.7.8.9 |
number : 1 |
modality |
system : http://snomed.info/sct |
code : CT |
display : Computed tomography |
description : Axial chest CT series |
numberOfInstances : 50 |
laterality |
system : http://snomed.info/sct |
code : 7771000 |
display : Left |
instance |
uid : 1.2.3.4.5.6.7.8.9.1 |
sopClass |
system : http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1 |
code : 1.2.840.10008.5.1.4.1.1.2.1 |
display : Enhanced CT Image Storage |
number : 1 |
title : Axial chest CT slice 1 |
<ImagingStudy xmlns="http://hl7.org/fhir"> <id value="example-imagingstudy-ca-core" /> <meta> <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ImagingStudy-ca-core" /> </meta> <identifier> <system value="http://example.ca/NamingSystem/ImagingStudy" /> <value value="IS123456" /> </identifier> <status value="available" /> <modality> <system value="http://snomed.info/sct" /> <code value="CT" /> <display value="Computed tomography" /> </modality> <subject> <reference value="example-patient-ca-core" /> </subject> <encounter> <reference value="Encounter/example-encounter-ca-core" /> </encounter> <started value="2024-03-27T10:30:00-07:00" /> <referrer> <reference value="Practitioner/example-practitioner-ca-core" /> </referrer> <interpreter> <reference value="PractitionerRole/example-practitionerrole-ca-core-3" /> </interpreter> <procedureCode> <coding> <system value="http://loinc.org" /> <code value="24627-2" /> <display value="CT Chest" /> </coding> </procedureCode> <location> <reference value="Location/example-location-ca-core" /> </location> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="275981009" /> <display value="Screening for malignant neoplasm of lung" /> </coding> </reasonCode> <series> <uid value="1.2.3.4.5.6.7.8.9" /> <number value="1" /> <modality> <system value="http://snomed.info/sct" /> <code value="CT" /> <display value="Computed tomography" /> </modality> <description value="Axial chest CT series" /> <numberOfInstances value="50" /> <laterality> <system value="http://snomed.info/sct" /> <code value="7771000" /> <display value="Left" /> </laterality> <instance> <uid value="1.2.3.4.5.6.7.8.9.1" /> <sopClass> <system value="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1" /> <code value="1.2.840.10008.5.1.4.1.1.2.1" /> <display value="Enhanced CT Image Storage" /> </sopClass> <number value="1" /> <title value="Axial chest CT slice 1" /> </instance> </series> </ImagingStudy>
{ "resourceType": "ImagingStudy", "id": "example-imagingstudy-ca-core", "meta": { "profile": [ "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ImagingStudy-ca-core" ] }, "identifier": [ { "system": "http://example.ca/NamingSystem/ImagingStudy", "value": "IS123456" } ], "status": "available", "modality": [ { "system": "http://snomed.info/sct", "code": "CT", "display": "Computed tomography" } ], "subject": { "reference": "example-patient-ca-core" }, "encounter": { "reference": "Encounter/example-encounter-ca-core" }, "started": "03/27/2024 17:30:00", "referrer": { "reference": "Practitioner/example-practitioner-ca-core" }, "interpreter": [ { "reference": "PractitionerRole/example-practitionerrole-ca-core-3" } ], "procedureCode": [ { "coding": [ { "system": "http://loinc.org", "code": "24627-2", "display": "CT Chest" } ] } ], "location": { "reference": "Location/example-location-ca-core" }, "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "275981009", "display": "Screening for malignant neoplasm of lung" } ] } ], "series": [ { "uid": "1.2.3.4.5.6.7.8.9", "number": 1, "modality": { "system": "http://snomed.info/sct", "code": "CT", "display": "Computed tomography" }, "description": "Axial chest CT series", "numberOfInstances": 50, "laterality": { "system": "http://snomed.info/sct", "code": "7771000", "display": "Left" }, "instance": [ { "uid": "1.2.3.4.5.6.7.8.9.1", "sopClass": { "system": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1", "code": "1.2.840.10008.5.1.4.1.1.2.1", "display": "Enhanced CT Image Storage" }, "number": 1, "title": "Axial chest CT slice 1" } ] } ] }