StfBerufsgruppe
Metadaten
CanonicalURL | Status | Version |
---|---|---|
http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS | draft | 0.1.0 |
Inhalt
ValueSet 'StfBerufsgruppe'
Version | 0.1.0 |
Status | Draft |
This value set includes codes from the following code systems:
- Import all codes from CodeSystem StfBerufsgruppeCS
<ValueSet xmlns="http://hl7.org/fhir"> <id value="StfBerufsgruppeVS" /> <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS" /> <version value="0.1.0" /> <name value="StfBerufsgruppe" /> <title value="STF Berufsgruppe" /> <status value="draft" /> <compose> <include> <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfBerufsgruppeCS" /> </include> </compose> </ValueSet>
{ "resourceType": "ValueSet", "status": "draft", "name": "StfBerufsgruppe", "id": "StfBerufsgruppeVS", "title": "STF Berufsgruppe", "version": "0.1.0", "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS", "compose": { "include": [ { "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfBerufsgruppeCS" } ] } }