FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V2-0131.cs.json

Vocabulary Work GroupMaturity Level: N/ABallot Status: Informative

Raw JSON (canonical form)

FHIR Value set/code system definition for HL7 v2 table 0131 ( Contact Role)

{
  "resourceType": "CodeSystem",
  "id": "v2-0131",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/v2/0131",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.58"
  },
  "version": "2.8.2",
  "name": "v2 Contact Role",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0131 ( Contact Role)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0131",
  "content": "complete",
  "property": [
    {
      "code": "deprecated",
      "uri": "http://hl7.org/fhir/concept-properties#deprecated",
      "description": "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "BP",
      "display": "Billing contact person",
      "designation": [
        {
          "language": "de",
          "value": "Kontaktperson für Abrechnung"
        },
        {
          "language": "nl",
          "value": "Facturatie contactpersoon"
        }
      ],
      "property": [
        {
          "code": "deprecated",
          "valueDateTime": "1997-03"
        }
      ]
    },
    {
      "code": "C",
      "display": "Emergency Contact",
      "designation": [
        {
          "language": "de",
          "value": "Ansprechpartner in Notfällen"
        },
        {
          "language": "nl",
          "value": "Contact bij nood"
        }
      ]
    },
    {
      "code": "CP",
      "display": "Contact person",
      "designation": [
        {
          "language": "de",
          "value": "Kontaktperson"
        },
        {
          "language": "nl",
          "value": "Contactpersoon"
        }
      ],
      "property": [
        {
          "code": "deprecated",
          "valueDateTime": "1997-03"
        }
      ]
    },
    {
      "code": "E",
      "display": "Employer",
      "designation": [
        {
          "language": "de",
          "value": "Arbeitgeber"
        },
        {
          "language": "nl",
          "value": "Werkgever"
        }
      ]
    },
    {
      "code": "EP",
      "display": "Emergency contact person",
      "designation": [
        {
          "language": "de",
          "value": "Kontaktperson für Notfälle"
        },
        {
          "language": "nl",
          "value": "Contactpersoon bij nood"
        }
      ],
      "property": [
        {
          "code": "deprecated",
          "valueDateTime": "1997-03"
        }
      ]
    },
    {
      "code": "F",
      "display": "Federal Agency",
      "designation": [
        {
          "language": "de",
          "value": "Bundesbehörde"
        },
        {
          "language": "nl",
          "value": "Federale overheidsinstelling"
        }
      ]
    },
    {
      "code": "I",
      "display": "Insurance Company",
      "designation": [
        {
          "language": "de",
          "value": "Versicherung"
        },
        {
          "language": "nl",
          "value": "Verzekeraar"
        }
      ]
    },
    {
      "code": "N",
      "display": "Next-of-Kin",
      "designation": [
        {
          "language": "de",
          "value": "Kontaktperson"
        },
        {
          "language": "nl",
          "value": "Familielid"
        }
      ]
    },
    {
      "code": "O",
      "display": "Other",
      "designation": [
        {
          "language": "de",
          "value": "andere"
        },
        {
          "language": "nl",
          "value": "Anders"
        }
      ]
    },
    {
      "code": "PR",
      "display": "Person preparing referral",
      "designation": [
        {
          "language": "de",
          "value": "Person, die die Überweisung vorbereitet"
        },
        {
          "language": "nl",
          "value": "Persoon die verwijzing voorbereidt"
        }
      ],
      "property": [
        {
          "code": "deprecated",
          "valueDateTime": "1997-03"
        }
      ]
    },
    {
      "code": "S",
      "display": "State Agency",
      "designation": [
        {
          "language": "de",
          "value": "Landesbehörde"
        },
        {
          "language": "nl",
          "value": "Staat overheidsinstelling"
        }
      ]
    },
    {
      "code": "U",
      "display": "Unknown",
      "designation": [
        {
          "language": "de",
          "value": "unbekannt"
        },
        {
          "language": "nl",
          "value": "Onbekend"
        }
      ]
    }
  ]
}

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.