FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeValueSet
Idprescription-iteration-types.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nll.r4@1.2.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
se.electronichealth.fhir.nll.r4#1.2.0NLLArticleRegulationsNLLArticleRegulations

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}