FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Observation |
| Id | PS-CA BC Social History Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Social History
Smoking: 1 pack/day, quit 1992
Alcohol: 4 drinks/week
Notes: Lives alone. Would benefit from home support for bath assist, has declined in past.
{
"resourceType": "Observation",
"id": "ObservationSocialHistoryPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/socialhistory-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"code": "SUBID"
}
]
},
"system": "systemuri2",
"value": "123456789"
}
],
"status": "amended",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80943009",
"display": "Risk Factor"
}
],
"text": "Social History Observation"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"note": [
{
"text": "Lives alone. Would benefit from home support for bath assist, has declined in past."
}
]
}