Visit the HL7 website
Visit the FHIR website

CA Core+ 1.0.0 DFT-preBallot

1.0.0-DFT-preBallot   Canada flag
  • 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. Home
    2. FHIR Artifacts
    3. Examples
    4. Example ServiceRequest Imaging

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 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",
    "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": "03/27/2024 16:00: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":  [
        {
            "authorReference": {
                "reference": "Practitioner/example-practitioner-ca-core"
            },
            "text": "Patient is a smoker for 17 years"
        }
    ]
}

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