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

FHIR IG analytics

Packagesignal.core.r4
Resource TypeValueSet
Idvalueset-contact-entity-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "contact-entity-type",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/contactentity-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1129"
    }
  ],
  "name": "ContactEntityType",
  "title": "Contact entity type",
  "status": "draft",
  "experimental": false,
  "publisher": "FHIR Project team",
  "description": "This example value set defines a set of codes that can be used to indicate the purpose for which you would contact a contact party.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type"
      }
    ]
  },
  "expansion": {
    "timestamp": "2023-08-02T07:28:02.6235817+00:00",
    "total": 5,
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code": "BILL",
        "display": "Billing"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code": "ADMIN",
        "display": "Administrative"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code": "HR",
        "display": "Human Resource"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code": "PAYOR",
        "display": "Payor"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code": "PATINF",
        "display": "Patient"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
        "code": "PRESS",
        "display": "Press"
      }
    ]
  }
}