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 ServiceRequest Imaging

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 ServiceRequest Imaging

  • Overview
  • XML
  • JSON
ServiceRequest
id : example-servicerequest-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/servicerequest-ca-core
identifier
system : http://example.ca/NamingSystem/ServiceRequest
value : SR123456
status : active
intent : order
category
coding
system : http://snomed.info/sct
code : 363679005
display : Imaging (procedure)
code
coding
system : http://loinc.org
code : 24627-2
display : CT Chest
subject
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
authoredOn : 2024-03-27T09:00:00-07:00
requester
reference : Practitioner/example-practitioner-ca-core
performer
reference : Practitioner/example-practitioner-ca-core-2
locationReference
reference : Location/example-location-ca-core
reasonCode
coding
system : http://snomed.info/sct
code : 162573006
display : Suspected lung cancer (situation)
reasonReference
reference : Observation/example-observation-tobaccouse-ca-core
note
author
reference : Practitioner/example-practitioner-ca-core
text : Patient is a smoker for 17 years
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="example-servicerequest-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/servicerequest-ca-core" />
</meta>
<identifier>
<system value="http://example.ca/NamingSystem/ServiceRequest" />
<value value="SR123456" />
</identifier>
<status value="active" />
<intent value="order" />
<category>
<coding>
<system value="http://snomed.info/sct" />
<code value="363679005" />
<display value="Imaging (procedure)" />
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org" />
<code value="24627-2" />
<display value="CT Chest" />
</coding>
</code>
<subject>
<reference value="Patient/example-patient-ca-core" />
</subject>
<encounter>
<reference value="Encounter/example-encounter-ca-core" />
</encounter>
<authoredOn value="2024-03-27T09:00:00-07:00" />
<requester>
<reference value="Practitioner/example-practitioner-ca-core" />
</requester>
<performer>
<reference value="Practitioner/example-practitioner-ca-core-2" />
</performer>
<locationReference>
<reference value="Location/example-location-ca-core" />
</locationReference>
<reasonCode>
<coding>
<system value="http://snomed.info/sct" />
<code value="162573006" />
<display value="Suspected lung cancer (situation)" />
</coding>
</reasonCode>
<reasonReference>
<reference value="Observation/example-observation-tobaccouse-ca-core" />
</reasonReference>
<note>
<authorReference>
<reference value="Practitioner/example-practitioner-ca-core" />
</authorReference>
<text value="Patient is a smoker for 17 years" />
</note>
</ServiceRequest>
{
"resourceType": "ServiceRequest",
"id": "example-servicerequest-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/servicerequest-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/ServiceRequest",
"value": "SR123456"
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"requester": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"performer": [
{
"reference": "Practitioner/example-practitioner-ca-core-2"
}
],
"category": [
{
"coding": [
{
"code": "363679005",
"system": "http://snomed.info/sct",
"display": "Imaging (procedure)"
}
]
}
],
"code": {
"coding": [
{
"code": "24627-2",
"system": "http://loinc.org",
"display": "CT Chest"
}
]
},
"authoredOn": "2024-03-27T09:00:00-07:00",
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"locationReference": [
{
"reference": "Location/example-location-ca-core"
}
],
"reasonCode": [
{
"coding": [
{
"code": "162573006",
"system": "http://snomed.info/sct",
"display": "Suspected lung cancer (situation)"
}
]
}
],
"reasonReference": [
{
"reference": "Observation/example-observation-tobaccouse-ca-core"
}
],
"note": [
{
"text": "Patient is a smoker for 17 years",
"authorReference": {
"reference": "Practitioner/example-practitioner-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