FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/provider-role

Packagefhir.argonaut.r2
TypeValueSet
Idprovider-role
FHIR VersionR2
Sourcehttp://fhir.org/guides/argonaut/r2/https://simplifier.net/resolve?scope=fhir.argonaut.r2@1.0.0&canonical=http://fhir.org/guides/argonaut/ValueSet/provider-role
URLhttp://fhir.org/guides/argonaut/ValueSet/provider-role
Statusdraft
Date2016-10-18T00:00:00+11:00
NameCare Team Provider Roles
Realmus
Authorityhl7
DescriptionProvider roles codes consist of [NUCC Health Care Provider Taxonomy Code Set for providers](http://www.nucc.org/index.php/code-sets-mainmenu-41/provider-taxonomy-mainmenu-40/csv-mainmenu-57) and SNOMED-CT for non clinical and organization roles including codes from the SCTID 125676002 Person (person) heirarchy and the SCTID 394730007 Healthcare related organization (qualifier value) heirarchy.
PurposeCodes that may be used for implementation of the Argonaut Procedures IG and MU2015 certification.
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement. This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association. For commercial use, including sales or licensing, a license must be obtained.

Resources that use this resource

StructureDefinition
argo-careteamArgonaut CareTeam Profile

Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
provider-taxonomyNUCC Health Care Provider Taxonomy
sctSNOMED codes used in this IG
sctveri
provider-taxonomyNUCC Health Care Provider Taxonomy

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "provider-role",
  "text": {
    "status": "generated"
  },
  "url": "http://fhir.org/guides/argonaut/ValueSet/provider-role",
  "name": "Care Team Provider Roles",
  "status": "draft",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://argonautwiki.hl7.org",
          "rank": 0
        }
      ]
    }
  ],
  "date": "2016-10-18T00:00:00+11:00",
  "description": "Provider roles codes consist of [NUCC Health Care Provider Taxonomy Code Set for providers](http://www.nucc.org/index.php/code-sets-mainmenu-41/provider-taxonomy-mainmenu-40/csv-mainmenu-57) and SNOMED-CT for non clinical and organization roles including codes from the SCTID 125676002 Person (person) heirarchy and the SCTID 394730007 Healthcare related organization (qualifier value) heirarchy.",
  "immutable": false,
  "requirements": "Codes that may be used for implementation of the Argonaut Procedures IG and MU2015 certification.",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.  This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association.  For commercial use, including sales or licensing, a license must be obtained.",
  "extensible": false,
  "compose": {
    "include": [
      {
        "system": "http://nucc.org/provider-taxonomy"
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "125676002"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "394730007"
          }
        ]
      }
    ]
  }
}