Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
Example Observation Sexual Orientation
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" ] }, "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" }, "effectiveDateTime": "03/27/2024 16:00:00", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "765288000", "display": "Asexual" } ] } }