FHIR IG analytics| Package | ca.on.iar.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-iar-marital-status.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "codesystemmaritalstatus",
"url": "http://ontariohealth.ca/fhir/iar/CodeSystem/maritalstatus",
"version": "0.2.0",
"name": "IARMaritalStatus",
"status": "active",
"date": "2025-01-16",
"publisher": "Ontario Health",
"description": "Codes to identify marital status.",
"content": "complete",
"concept": [
{
"code": "1",
"display": "Never married"
},
{
"code": "2",
"display": "Married"
},
{
"code": "3",
"display": "Partner/significant other"
},
{
"code": "4",
"display": "Widowed"
},
{
"code": "5",
"display": "Separated"
},
{
"code": "6",
"display": "Divorced"
}
]
}