FHIR IG Statistics: ValueSet/patient-relationship-type
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-RoleCode
Code | Display | Definition |
FTH | father | The player of the role is a male who begets or raises or nurtures the scoping entity (child). |
MTH | mother | The player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child). |
SPS | spouse | The player of the role is a marriage partner of the scoping person. |
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v2-0131
Code | Display | Definition |
C | Emergency Contact | Emergency Contact |
Source
{
"resourceType": "ValueSet",
"id": "patient-relationship-type",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://documentation.clicsante.ca/fhir/base/ValueSet/patient-relationship-type",
"version": "1.0.0",
"name": "PatientRelationshipTypeValueSet",
"title": "Patient Relationship Value Set",
"status": "active",
"experimental": true,
"date": "2025-03-15T01:44:09+00:00",
"publisher": "Clic Santé",
"contact": [
{
"name": "Clic Santé",
"telecom": [
{
"system": "url",
"value": "https://clicsante.ca"
}
]
}
],
"description": "A ValueSet derived from PatientRelationshipType, limited to 'Mother', 'Father', 'Spouse' and Emergency Contact.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "FTH"
},
{
"code": "MTH"
},
{
"code": "SPS"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"concept": [
{
"code": "C"
}
]
}
]
}
}