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 Laboratory Result

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 Laboratory Result

  • Overview
  • XML
  • JSON
Observation
id : example-observation-laboratoryresult-pathology-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-laboratory-Pathology-ca-core
status : final
category
coding
system : http://terminology.hl7.org/CodeSystem/observation-category
code : laboratory
code
coding
system : http://loinc.org
code : 2339-0
display : Glucose [Mass/volume] in Blood
subject
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
effective : 2024-03-27T09:00:00-07:00
performer
reference : Practitioner/example-practitioner-ca-core
value
value : 95
unit : milligrams per deciliter
system : http://unitsofmeasure.org
code : mg/dL
<Observation xmlns="http://hl7.org/fhir">
<id value="example-observation-laboratoryresult-pathology-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-laboratory-Pathology-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://loinc.org" />
<code value="2339-0" />
<display value="Glucose [Mass/volume] in Blood" />
</coding>
</code>
<subject>
<reference value="Patient/example-patient-ca-core" />
</subject>
<encounter>
<reference value="Encounter/example-encounter-ca-core" />
</encounter>
<effectiveDateTime value="2024-03-27T09:00:00-07:00" />
<performer>
<reference value="Practitioner/example-practitioner-ca-core" />
</performer>
<valueQuantity>
<value value="95" />
<unit value="milligrams per deciliter" />
<system value="http://unitsofmeasure.org" />
<code value="mg/dL" />
</valueQuantity>
</Observation>
{
"resourceType": "Observation",
"id": "example-observation-laboratoryresult-pathology-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-laboratory-Pathology-ca-core"
]
},
"category": [
{
"coding": [
{
"code": "laboratory",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "2339-0",
"system": "http://loinc.org",
"display": "Glucose [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"effectiveDateTime": "2024-03-27T09:00:00-07:00",
"valueQuantity": {
"value": 95,
"code": "mg/dL",
"system": "http://unitsofmeasure.org",
"unit": "milligrams per deciliter"
},
"performer": [
{
"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