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

FHIR IG Statistics: ValueSet/prescription-iteration-types

Packagepoc.bonsai.current
Resource TypeValueSet
Idprescription-iteration-types
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/ValueSet/prescription-iteration-types
URLhttp://electronichealth.se/fhir/ValueSet/prescription-iteration-types
Version1.0.0
Statusactive
Date2022-02-18T00:00:00+01:00
Nameprescription-iteration-types
TitleIterering
DescriptionUppgift som visar om recept som avser det aktuella läkemedlet får expedieras flera gånger. This value set is based on a code system published by the Swedish Medical Products Agency

Resources that use this resource

StructureDefinition
NLLArticleRegulationsNLLArticleRegulations

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "prescription-iteration-types",
  "meta": {
    "lastUpdated": "2022-03-09T06:48:54.243+00:00",
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/prescription-iteration-types",
  "version": "1.0.0",
  "name": "prescription-iteration-types",
  "title": "Iterering",
  "status": "active",
  "date": "2022-02-18T00:00:00+01:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Uppgift som visar om recept som avser det aktuella läkemedlet får expedieras flera gånger. This value set is based on a code system published by the Swedish Medical Products Agency",
  "compose": {
    "include": [
      {
        "system": "http://npl.mpa.se/CodeSystem/prescription-repeatable-category",
        "version": "2019-10-18",
        "concept": [
          {
            "code": "001",
            "display": "Recept får itereras"
          },
          {
            "code": "002",
            "display": "Recept får inte itereras"
          },
          {
            "code": "003",
            "display": "Recept för humant bruk får itereras"
          },
          {
            "code": "004",
            "display": "Recept får itereras endast om receptet är elektroniskt eller i pappersformat som förvaras på öppenvård"
          }
        ]
      }
    ]
  }
}