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

FHIR IG Statistics: StructureDefinition/6bea3565-0b63-47b6-8f3b-b413441ba0a0

Packagepoc.bonsai.current
Resource TypeStructureDefinition
Id6bea3565-0b63-47b6-8f3b-b413441ba0a0
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary
Version1.0.0
Statusactive
Date2022-01-14
NameNLLWorkplaceSummary
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
NLLPractitionerNLLPractitioner

Resources that this resource uses

ValueSet
workplace-id-typesArbetsplats-id typ
workplace-typesArbetsplatstyp

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "6bea3565-0b63-47b6-8f3b-b413441ba0a0",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-02-07T15:34:49.2897823+00:00"
  },
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary",
  "version": "1.0.0",
  "name": "NLLWorkplaceSummary",
  "status": "active",
  "date": "2022-01-14",
  "publisher": "Swedish eHealth Agency",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "EHM",
      "uri": "https://www.ehalsomyndigheten.se/",
      "name": "E-hälsomyndigheten"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Practitioner"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Extension.extension:workplaceIdentifier",
        "path": "Extension.extension",
        "sliceName": "workplaceIdentifier",
        "short": "Workplace identifier",
        "definition": "Identifier for the workplace. Can be either a Global Location Number, Organization Number, HSA Id or Arbetsplatskod.",
        "comment": "Maximum string length: 13",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Arbetsplats-id"
          }
        ]
      },
      {
        "id": "Extension.extension:workplaceIdentifier.url",
        "path": "Extension.extension.url",
        "fixedUri": "workplaceIdentifier"
      },
      {
        "id": "Extension.extension:workplaceIdentifier.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ],
        "maxLength": 13
      },
      {
        "id": "Extension.extension:workplaceName",
        "path": "Extension.extension",
        "sliceName": "workplaceName",
        "short": "Name of the workplace",
        "definition": "Name of the workplace (sv: arbetsplatsnamn). Not mandatory for pharmacies.",
        "comment": "Maximum string length: 64",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Arbetsplatsnamn"
          }
        ]
      },
      {
        "id": "Extension.extension:workplaceName.url",
        "path": "Extension.extension.url",
        "fixedUri": "workplaceName"
      },
      {
        "id": "Extension.extension:workplaceName.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ],
        "maxLength": 64
      },
      {
        "id": "Extension.extension:workplaceType",
        "path": "Extension.extension",
        "sliceName": "workplaceType",
        "short": "Workplace type",
        "definition": "Workplace type, can be either a health care unit, or a pharmacy.",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/workplace-types"
        },
        "mapping": [
          {
            "identity": "EHM",
            "map": "Arbetsplatstyp"
          }
        ]
      },
      {
        "id": "Extension.extension:workplaceType.url",
        "path": "Extension.extension.url",
        "fixedUri": "workplaceType"
      },
      {
        "id": "Extension.extension:workplaceType.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Extension.extension:workplaceIdType",
        "path": "Extension.extension",
        "sliceName": "workplaceIdType",
        "short": "The type of workplace id provided",
        "definition": "The type of workplace id provided. Can be either a Global Location Number, Organization Number, HSA Id or Arbetsplatskod.",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://ehalsomyndigheten.se/fhir/ValueSet/workplace-id-types"
        },
        "mapping": [
          {
            "identity": "EHM",
            "map": "Arbetsplats-id typ"
          }
        ]
      },
      {
        "id": "Extension.extension:workplaceIdType.url",
        "path": "Extension.extension.url",
        "fixedUri": "workplaceIdType"
      },
      {
        "id": "Extension.extension:workplaceIdType.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://electronichealth.se/fhir/StructureDefinition/NLLWorkplaceSummary"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}