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

FHIR IG Statistics: ValueSet/workplace-types

Packagepoc.bonsai.current
Resource TypeValueSet
Idworkplace-types
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://ehalsomyndigheten.se/fhir/ValueSet/workplace-types
URLhttp://ehalsomyndigheten.se/fhir/ValueSet/workplace-types
Version1.0.0
Statusactive
Date2022-02-17T23:00:00+00:00
Nameworkplace-types
TitleArbetsplatstyp
DescriptionE-hälsomyndighetens indelning av arbetsplats i någon av kategorierna vård, apotek eller E-hälsomyndigheten

Resources that use this resource

StructureDefinition
NLLWorkplaceSummaryNLLWorkplaceSummary

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "workplace-types",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://ehalsomyndigheten.se/fhir/ValueSet/workplace-types",
  "version": "1.0.0",
  "name": "workplace-types",
  "title": "Arbetsplatstyp",
  "status": "active",
  "date": "2022-02-17T23:00:00+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "E-hälsomyndighetens indelning av arbetsplats i någon av kategorierna vård, apotek eller E-hälsomyndigheten",
  "compose": {
    "include": [
      {
        "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/library",
        "version": "1.0.0",
        "concept": [
          {
            "code": "PHARMACY",
            "display": "Apotek"
          },
          {
            "code": "HEALTHCAREUNIT",
            "display": "Vårdenhet"
          },
          {
            "code": "EHM",
            "display": "E-hälsomyndigheten"
          },
          {
            "code": "INDPRESCRIBER",
            "display": "Enskild förskrivare"
          }
        ]
      }
    ]
  }
}