DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 2). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions

Valueset-patient-contact-relationship.xml Valueset-patient-contact-relationship.json

Raw JSON ( canonical form )

Definition for Value SetPatientContactRelationship

{
  "resourceType": "ValueSet",
  "id": "patient-contact-relationship",
  "meta": {
    "lastUpdated": "2015-10-24T07:41:03.495+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },

  "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>"

    "div": "<div>!-- Snipped for Brevity --></div>"

  },
  "identifier": "http://hl7.org/fhir/vs/patient-contact-relationship",

  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.233"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/patient-contact-relationship",
  "version": "1.0.2",

  "name": "PatientContactRelationship",
  "status": "draft",
  "experimental": true,

  "publisher": "FHIR Project team",
  "telecom": [

  "contact": [

    {
      "system": "url",
      "value": "http://hl7.org/fhir"

      "telecom": [
        {
          "system": "other",
          "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": {

  "date": "2015-10-24T07:41:03+11:00",
  "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.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.233"
      }
    ],

    "system": "http://hl7.org/fhir/patient-contact-relationship",
    "caseSensitive": true,

    "concept": [
      {
        "code": "emergency",
        "display": "Emergency",
        "definition": "Contact for use in case of 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"

        "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"
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.