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

FHIR IG analytics

Packagehl7.fhir.us.davinci-vbpr.r4
Resource TypeValueSet
IdValueSet-lob.json
FHIR VersionR4

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

  • Include these codes as defined in https://nahdo.org/sopt
    CodeDisplay
    1MEDICARE
    2MEDICAID
    5PRIVATE HEALTH INSURANCE

Source1

{
  "resourceType": "ValueSet",
  "id": "lob",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-vbpr/ValueSet/lob",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.30.48.2"
    }
  ],
  "version": "1.0.0",
  "name": "LineOfBusinessVS",
  "title": "Line of Business Value Set",
  "status": "active",
  "experimental": false,
  "date": "2024-06-17T14:02:59+00:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "HL7 International / Clinical Quality Information",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Type of line of business.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://nahdo.org/sopt",
        "concept": [
          {
            "code": "1",
            "display": "MEDICARE"
          },
          {
            "code": "2",
            "display": "MEDICAID"
          },
          {
            "code": "5",
            "display": "PRIVATE HEALTH INSURANCE"
          }
        ]
      }
    ]
  }
}