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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeValueSet
Idmedication-request-priority.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.nll.r4@1.2.0&canonical=http://electronichealth.se/fhir/ValueSet/medication-request-priority
URLhttp://electronichealth.se/fhir/ValueSet/medication-request-priority
Version1.0.0
Statusactive
Date2022-02-18T00:00:00+01:00
Namemedication-request-priority
TitleFörskrivning akutflagga
DescriptionMarkering som anger om förändring av dosdispenserat recept har skett och som innebär att åtgärd krävs innan nästa planerade dosproduktion

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.nll.r4#1.2.0NLLMedicationRequestNLLMedicationRequest

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0request-priorityRequestPriority

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "medication-request-priority",
  "meta": {
    "lastUpdated": "2022-03-09T06:48:50.436+00:00",
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/medication-request-priority",
  "version": "1.0.0",
  "name": "medication-request-priority",
  "title": "Förskrivning akutflagga",
  "status": "active",
  "date": "2022-02-18T00:00:00+01:00",
  "publisher": "E-hälsomyndigheten",
  "description": "Markering som anger om förändring av dosdispenserat recept har skett och som innebär att åtgärd krävs innan nästa planerade dosproduktion",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/request-priority",
        "version": "4.0.1",
        "concept": [
          {
            "code": "urgent",
            "display": "Akut förändring"
          }
        ]
      }
    ]
  }
}