FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Observation |
| Id | Observation-example-observation-socialhistory-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-observation-socialhistory-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-socialhistory-ca-core"
]
},
"category": [
{
"coding": [
{
"code": "social-history",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"code": "14679004",
"system": "http://snomed.info/sct",
"display": "Occupation"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"valueString": "Software Engineer",
"note": [
{
"text": "Works remotely from home office"
}
]
}