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 DiagnosticReport Radiology

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 DiagnosticReport Radiology

  • Overview
  • XML
  • JSON
DiagnosticReport
id : example-diagnosticreport-radiology-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core
basedOn
reference : ServiceRequest/example-servicerequest-ca-core
status : final
category
coding
system : http://terminology.hl7.org/CodeSystem/v2-0074
code : RAD
display : Radiology
code
coding
system : http://snomed.info/sct
code : 418891003
display : Computed tomography of chest and abdomen (procedure)
subject
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
effective : 2024-03-27T11:00:00-07:00
performer
reference : Practitioner/example-practitioner-ca-core-3
resultsInterpreter
reference : Practitioner/example-practitioner-ca-core-3
result
reference : Observation/example-observation-resultsradiology-ca-core
<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="example-diagnosticreport-radiology-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core" />
</meta>
<basedOn>
<reference value="ServiceRequest/example-servicerequest-ca-core" />
</basedOn>
<status value="final" />
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0074" />
<code value="RAD" />
<display value="Radiology" />
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="418891003" />
<display value="Computed tomography of chest and abdomen (procedure)" />
</coding>
</code>
<subject>
<reference value="Patient/example-patient-ca-core" />
</subject>
<encounter>
<reference value="Encounter/example-encounter-ca-core" />
</encounter>
<effectiveDateTime value="2024-03-27T11:00:00-07:00" />
<performer>
<reference value="Practitioner/example-practitioner-ca-core-3" />
</performer>
<resultsInterpreter>
<reference value="Practitioner/example-practitioner-ca-core-3" />
</resultsInterpreter>
<result>
<reference value="Observation/example-observation-resultsradiology-ca-core" />
</result>
</DiagnosticReport>
{
"resourceType": "DiagnosticReport",
"id": "example-diagnosticreport-radiology-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/diagnosticreport-ca-core"
]
},
"status": "final",
"category": [
{
"coding": [
{
"code": "RAD",
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"display": "Radiology"
}
]
}
],
"code": {
"coding": [
{
"code": "418891003",
"system": "http://snomed.info/sct",
"display": "Computed tomography of chest and abdomen (procedure)"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"effectiveDateTime": "2024-03-27T11:00:00-07:00",
"performer": [
{
"reference": "Practitioner/example-practitioner-ca-core-3"
}
],
"resultsInterpreter": [
{
"reference": "Practitioner/example-practitioner-ca-core-3"
}
],
"result": [
{
"reference": "Observation/example-observation-resultsradiology-ca-core"
}
],
"basedOn": [
{
"reference": "ServiceRequest/example-servicerequest-ca-core"
}
]
}

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