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 Condition Suspected Lung Cancer

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 Condition Suspected Lung Cancer

  • Overview
  • XML
  • JSON
Condition
id : example-condition-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/condition-ca-core
clinicalStatus
coding
system : http://terminology.hl7.org/CodeSystem/condition-clinical
code : active
display : Active
verificationStatus
coding
system : http://terminology.hl7.org/CodeSystem/condition-ver-status
code : confirmed
display : Confirmed
category
coding
system : http://snomed.info/sct
code : 404684003
display : Clinical finding (finding)
severity
coding
system : http://snomed.info/sct
code : 24484000
display : Severe
code
coding
system : http://snomed.info/sct
code : 162573006
display : Suspected lung cancer (situation)
text : Suspected lung cancer
bodySite
coding
system : http://snomed.info/sct
code : 39607008
display : Lung structure (body structure)
subject
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
onset : 2024-03-15
recorder
reference : Practitioner/example-practitioner-ca-core
asserter
reference : Practitioner/example-practitioner-ca-core
<Condition xmlns="http://hl7.org/fhir">
<id value="example-condition-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/condition-ca-core" />
</meta>
<clinicalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-clinical" />
<code value="active" />
<display value="Active" />
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" />
<code value="confirmed" />
<display value="Confirmed" />
</coding>
</verificationStatus>
<category>
<coding>
<system value="http://snomed.info/sct" />
<code value="404684003" />
<display value="Clinical finding (finding)" />
</coding>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct" />
<code value="24484000" />
<display value="Severe" />
</coding>
</severity>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="162573006" />
<display value="Suspected lung cancer (situation)" />
</coding>
<text value="Suspected lung cancer" />
</code>
<bodySite>
<coding>
<system value="http://snomed.info/sct" />
<code value="39607008" />
<display value="Lung structure (body structure)" />
</coding>
</bodySite>
<subject>
<reference value="Patient/example-patient-ca-core" />
</subject>
<encounter>
<reference value="Encounter/example-encounter-ca-core" />
</encounter>
<onsetDateTime value="2024-03-15" />
<recorder>
<reference value="Practitioner/example-practitioner-ca-core" />
</recorder>
<asserter>
<reference value="Practitioner/example-practitioner-ca-core" />
</asserter>
</Condition>
{
"resourceType": "Condition",
"id": "example-condition-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/condition-ca-core"
]
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"code": "confirmed",
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"display": "Confirmed"
}
]
},
"category": [
{
"coding": [
{
"code": "404684003",
"system": "http://snomed.info/sct",
"display": "Clinical finding (finding)"
}
]
}
],
"code": {
"coding": [
{
"code": "162573006",
"system": "http://snomed.info/sct",
"display": "Suspected lung cancer (situation)"
}
],
"text": "Suspected lung cancer"
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"onsetDateTime": "2024-03-15",
"severity": {
"coding": [
{
"code": "24484000",
"system": "http://snomed.info/sct",
"display": "Severe"
}
]
},
"bodySite": [
{
"coding": [
{
"code": "39607008",
"system": "http://snomed.info/sct",
"display": "Lung structure (body structure)"
}
]
}
],
"recorder": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"asserter": {
"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