Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Examples
    4. Example ImagingStudy

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example ImagingStudy

  • Overview
  • XML
  • JSON
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": [
{
"code": "CT",
"system": "http://snomed.info/sct",
"display": "Computed tomography"
}
],
"subject": {
"reference": "example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"started": "2024-03-27T10:30:00-07:00",
"procedureCode": [
{
"coding": [
{
"code": "24627-2",
"system": "http://loinc.org",
"display": "CT Chest"
}
]
}
],
"reasonCode": [
{
"coding": [
{
"code": "275981009",
"system": "http://snomed.info/sct",
"display": "Screening for malignant neoplasm of lung"
}
]
}
],
"series": [
{
"uid": "1.2.3.4.5.6.7.8.9",
"number": 1,
"modality": {
"code": "CT",
"system": "http://snomed.info/sct",
"display": "Computed tomography"
},
"description": "Axial chest CT series",
"numberOfInstances": 50,
"laterality": {
"code": "7771000",
"system": "http://snomed.info/sct",
"display": "Left"
},
"instance": [
{
"uid": "1.2.3.4.5.6.7.8.9.1",
"sopClass": {
"code": "1.2.840.10008.5.1.4.1.1.2.1",
"system": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1",
"display": "Enhanced CT Image Storage"
},
"number": 1,
"title": "Axial chest CT slice 1"
}
]
}
],
"location": {
"reference": "Location/example-location-ca-core"
},
"referrer": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"interpreter": [
{
"reference": "PractitionerRole/example-practitionerrole-ca-core-3"
}
]
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International