FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-v3-PatientImportance.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem v3-PatientImportance

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-PatientImportance defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitionStatus
BM Board MemberBoard member of health care organizationactive
DFM Physician Family MemberFamily member of staff physicianactive
DR Staff PhysicianMember of the health care organization physician staffactive
FD Financial DonorFinancial donor to the health care organizationactive
FOR Foreign DignitaryForeign citizen dignitary of interest to the health care organizationactive
GOVT Government DignitaryGovernment dignitary of interest to the organizationactive
SFM Staff Family MemberFamily member of staff memberactive
STF Staff MemberStaff member of the health care organizationactive
VIP Very Important PersonVery important person of interest to the health care organizationactive

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-PatientImportance",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-PatientImportance",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1075"
  },
  "version": "4.0.0",
  "name": "PatientImportance",
  "title": "PatientImportance",
  "status": "active",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Patient VIP code",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "BM",
      "display": "Board Member",
      "definition": "Board member of health care organization",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "DFM",
      "display": "Physician Family Member",
      "definition": "Family member of staff physician",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "DR",
      "display": "Staff Physician",
      "definition": "Member of the health care organization physician staff",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "FD",
      "display": "Financial Donor",
      "definition": "Financial donor to the health care organization",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "FOR",
      "display": "Foreign Dignitary",
      "definition": "Foreign citizen dignitary of interest to the health care organization",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "GOVT",
      "display": "Government Dignitary",
      "definition": "Government dignitary of interest to the organization",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "SFM",
      "display": "Staff Family Member",
      "definition": "Family member of staff member",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "STF",
      "display": "Staff Member",
      "definition": "Staff member of the health care organization",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "VIP",
      "display": "Very Important Person",
      "definition": "Very important person of interest to the health care organization",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}