FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeObservation
IdObservation-example-observation-sexualorientation-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    ]
  }
}