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 Sexual Orientation

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 Sexual Orientation

  • Overview
  • XML
  • JSON
Observation
id : example-observation-sexualorientation-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-sexual-orientation
status : final
category
coding
system : http://terminology.hl7.org/CodeSystem/observation-category
code : social-history
code
coding
system : http://loinc.org
code : 76690-7
display : Sexual Orientation
subject
reference : Patient/example-patient-ca-core
effective : 2024-03-27T09:00:00-07:00
value
coding
system : http://snomed.info/sct
code : 765288000
display : Asexual
<Observation xmlns="http://hl7.org/fhir">
<id value="example-observation-sexualorientation-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-sexual-orientation" />
</meta>
<status value="final" />
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="social-history" />
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org" />
<code value="76690-7" />
<display value="Sexual Orientation" />
</coding>
</code>
<subject>
<reference value="Patient/example-patient-ca-core" />
</subject>
<effectiveDateTime value="2024-03-27T09:00:00-07:00" />
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="765288000" />
<display value="Asexual" />
</coding>
</valueCodeableConcept>
</Observation>
{
"resourceType": "Observation",
"id": "example-observation-sexualorientation-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-sexual-orientation"
]
},
"code": {
"coding": [
{
"code": "76690-7",
"system": "http://loinc.org",
"display": "Sexual Orientation"
}
]
},
"status": "final",
"category": [
{
"coding": [
{
"code": "social-history",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"effectiveDateTime": "2024-03-27T09:00:00-07:00",
"valueCodeableConcept": {
"coding": [
{
"code": "765288000",
"system": "http://snomed.info/sct",
"display": "Asexual"
}
]
}
}

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