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 Observation Pathology Result 1

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 Observation Pathology Result 1

  • Overview
  • XML
  • JSON
Observation
id : example-observation-pathologyresult-ca-core-2
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-pathologyresult-ca-core
status : final
category
coding
system : http://terminology.hl7.org/CodeSystem/observation-category
code : laboratory
code
coding
system : http://snomed.info/sct
code : 168393006
display : General pathology (finding)
subject
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
effective : 2024-03-27T10:30:00-07:00
performer
reference : PractitionerRole/example-practitionerrole-ca-core-2
value : Invasive ductal carcinoma, grade 2, with positive margins. Tumor size: 2.5cm. Estrogen receptor positive, progesterone receptor positive, HER2 negative.
derivedFrom
reference : Observation/example-observation-pathologyresult-ca-core
<Observation xmlns="http://hl7.org/fhir">
<id value="example-observation-pathologyresult-ca-core-2" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-pathologyresult-ca-core" />
</meta>
<status value="final" />
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="168393006" />
<display value="General pathology (finding)" />
</coding>
</code>
<subject>
<reference value="Patient/example-patient-ca-core" />
</subject>
<encounter>
<reference value="Encounter/example-encounter-ca-core" />
</encounter>
<effectiveDateTime value="2024-03-27T10:30:00-07:00" />
<performer>
<reference value="PractitionerRole/example-practitionerrole-ca-core-2" />
</performer>
<valueString value="Invasive ductal carcinoma, grade 2, with positive margins. Tumor size: 2.5cm. Estrogen receptor positive, progesterone receptor positive, HER2 negative." />
<derivedFrom>
<reference value="Observation/example-observation-pathologyresult-ca-core" />
</derivedFrom>
</Observation>
{
"resourceType": "Observation",
"id": "example-observation-pathologyresult-ca-core-2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-pathologyresult-ca-core"
]
},
"category": [
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "168393006",
"system": "http://snomed.info/sct",
"display": "General pathology (finding)"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"effectiveDateTime": "2024-03-27T10:30:00-07:00",
"valueString": "Invasive ductal carcinoma, grade 2, with positive margins. Tumor size: 2.5cm. Estrogen receptor positive, progesterone receptor positive, HER2 negative.",
"performer": [
{
"reference": "PractitionerRole/example-practitionerrole-ca-core-2"
}
],
"derivedFrom": [
{
"reference": "Observation/example-observation-pathologyresult-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