FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare.r4b |
| Resource Type | Observation |
| Id | Observation-SDOHCC-ObservationGenderIdentityExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation SDOHCC-ObservationGenderIdentityExample
Profile: SDOHCC Observation Gender Identity
status: Final
category: Personal Characteristic
code: Gender identity
subject: COLIN V. ABBAS Male, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
effective: 2022-04-10 23:56:54+0000
performer: COLIN ABBAS
value: Identifies as male gender
method: Self Reported
{
"resourceType": "Observation",
"id": "SDOHCC-ObservationGenderIdentityExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ObservationGenderIdentity"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
"code": "personal-characteristic"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "76691-5"
}
]
},
"subject": {
"reference": "Patient/pat-53234"
},
"effectiveDateTime": "2022-04-10T23:56:54.671Z",
"performer": [
{
"reference": "Patient/pat-53234",
"display": "COLIN ABBAS"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446151000124109",
"display": "Identifies as male gender"
}
]
},
"method": {
"coding": [
{
"system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
"code": "self-reported",
"display": "Self Reported"
}
]
}
}