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

FHIR IG Statistics: ValueSet/ch-core-encounter-participation-type

Packagech.fhir.ig.ch-term
TypeValueSet
Idch-core-encounter-participation-type
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-term/https://build.fhir.org/ig/hl7ch/ch-term/ValueSet-ch-core-encounter-participation-type.html
URLhttp://fhir.ch/ig/ch-core/ValueSet/ch-core-encounter-participation-type
Version3.3.0-ci-build
Statusactive
Date2020-04-06
NameChCoreEncounterParticipationType
TitleChCoreEncounterParticipationType
Realmch
Authorityhl7
DescriptionThis value set defines a set of codes that can be used to indicate how an individual participates in an encounter. In Switzerland the primary care physician is added to the extensible base ValueSet.
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch-core-encounterCH Core Encounter

Resources that this resource uses

CodeSystem
v3-ParticipationFunctionParticipationFunction
v3-ParticipationFunctionParticipationFunction

Narrative

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

Generated Narrative: ValueSet ch-core-encounter-participation-type

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "ch-core-encounter-participation-type",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-core/ValueSet/ch-core-encounter-participation-type",
  "version": "3.3.0-ci-build",
  "name": "ChCoreEncounterParticipationType",
  "title": "ChCoreEncounterParticipationType",
  "status": "active",
  "experimental": false,
  "date": "2020-04-06",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    },
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This value set defines a set of codes that can be used to indicate how an individual participates in an encounter. In Switzerland the primary care physician is added to the extensible base ValueSet.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/encounter-participant-type"
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction",
        "concept": [
          {
            "code": "PCP",
            "display": "primary care physician"
          }
        ]
      }
    ]
  }
}