Sha256: 97c4c09a31041b606a9d13315f569e6a105d47ce96787400e7c3cea26f2b6ba3

Contents?: true

Size: 1.74 KB

Versions: 7

Compression:

Stored size: 1.74 KB

Contents

{
  "resourceType": "CodeSystem",
  "id": "payeetype",
  "meta": {
    "lastUpdated": "2019-11-01T09:29:23.356+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/payeetype",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1050"
    }
  ],
  "version": "4.0.1",
  "name": "Claim Payee Type Codes",
  "status": "draft",
  "experimental": true,
  "publisher": "Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set includes sample Payee Type codes.",
  "copyright": "This is an example set.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/payeetype",
  "content": "complete",
  "concept": [
    {
      "code": "subscriber",
      "display": "Subscriber",
      "definition": "The subscriber (policy holder) will be reimbursed."
    },
    {
      "code": "provider",
      "display": "Provider",
      "definition": "Any benefit payable will be paid to the provider (Assignment of Benefit)."
    },
    {
      "code": "other",
      "display": "Provider",
      "definition": "Any benefit payable will be paid to a third party such as a guarrantor."
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/codesystem-payeetype.json
fhir_models-4.2.2 lib/fhir_models/examples/json/codesystem-payeetype.json
fhir_models-4.2.1 lib/fhir_models/examples/json/codesystem-payeetype.json
fhir_models-4.2.0 lib/fhir_models/examples/json/codesystem-payeetype.json
fhir_models-4.1.2 lib/fhir_models/examples/json/codesystem-payeetype.json
fhir_models-4.1.1 lib/fhir_models/examples/json/codesystem-payeetype.json
fhir_models-4.1.0 lib/fhir_models/examples/json/codesystem-payeetype.json