This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Definition for Value SetPatientContactRelationship
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>PatientContactRelationship</h2><p>This value set defines a set of codes that are used to indicate the nature of the relationship between a patient and a contactperson for that patient</p><p>This value set defines its own terms in the system http://hl7.org/fhir/patient-contact-relationship</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>emergency<a name=\"emergency\"> </a></td><td>Emergency</td><td>Contact for use in case of emergency</td></tr><tr><td>family<a name=\"family\"> </a></td><td>Family</td><td/></tr><tr><td>guardian<a name=\"guardian\"> </a></td><td>Guardian</td><td/></tr><tr><td>friend<a name=\"friend\"> </a></td><td>Friend</td><td/></tr><tr><td>partner<a name=\"partner\"> </a></td><td>Partner</td><td/></tr><tr><td>work<a name=\"work\"> </a></td><td>Work</td><td>Contact for matters related to the patients occupation/employment</td></tr><tr><td>caregiver<a name=\"caregiver\"> </a></td><td>Caregiver</td><td>(Non)professional caregiver</td></tr><tr><td>agent<a name=\"agent\"> </a></td><td>Agent</td><td>Contact that acts on behalf of the patient</td></tr><tr><td>guarantor<a name=\"guarantor\"> </a></td><td>Guarantor</td><td>Contact for financial matters</td></tr><tr><td>owner<a name=\"owner\"> </a></td><td>Owner of animal</td><td>For animals, the owner of the animal</td></tr><tr><td>parent<a name=\"parent\"> </a></td><td>Parent</td><td>Parent of the patient</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/patient-contact-relationship",
"name": "PatientContactRelationship",
"publisher": "FHIR Project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "This value set defines a set of codes that are used to indicate the nature of the relationship between a patient and a contactperson for that patient",
"status": "draft",
"define": {
"system": "http://hl7.org/fhir/patient-contact-relationship",
"concept": [
{
"code": "emergency",
"display": "Emergency",
"definition": "Contact for use in case of emergency"
},
{
"code": "family",
"display": "Family"
},
{
"code": "guardian",
"display": "Guardian"
},
{
"code": "friend",
"display": "Friend"
},
{
"code": "partner",
"display": "Partner"
},
{
"code": "work",
"display": "Work",
"definition": "Contact for matters related to the patients occupation/employment"
},
{
"code": "caregiver",
"display": "Caregiver",
"definition": "(Non)professional caregiver"
},
{
"code": "agent",
"display": "Agent",
"definition": "Contact that acts on behalf of the patient"
},
{
"code": "guarantor",
"display": "Guarantor",
"definition": "Contact for financial matters"
},
{
"code": "owner",
"display": "Owner of animal",
"definition": "For animals, the owner of the animal"
},
{
"code": "parent",
"display": "Parent",
"definition": "Parent of the patient"
}
]
}
}