Publication Build: This will be filled in by the publication tooling
: Uds Plus Sexual Orientation Observation Example - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "de-identified-sexual-orientation-example",
"meta" : {
"profile" : [
🔗 "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-sexual-orientation-observation"
]
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "76690-7"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"effectiveDateTime" : "2007",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code" : "NASK",
"display" : "not asked"
}
]
}
}