FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Observation |
| Id | Observation-example-observation-sexualorientation-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
}