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

FHIR IG Statistics: ValueSet/nll-reason-for-cancellation

Packagepoc.bonsai.current
Resource TypeValueSet
Idnll-reason-for-cancellation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/ValueSet/nll-reason-for-cancellation
URLhttp://electronichealth.se/fhir/ValueSet/nll-reason-for-cancellation
Version1.0.0
Statusactive
Date2021-11-11T14:05:15+00:00
Namenll-reason-for-cancellation
TitleFelregistreringsorsak
DescriptionE-hälsomyndighetens koder för felregistreringsorsak. Felregistreringsorsak ska användas om förskrivningen är skickad till fel patient eller innehåller felaktiga uppgifter.

Resources that use this resource

StructureDefinition
NLLProvenanceMedicationRequestCancelledNLLProvenanceMedicationRequestCancelled

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "nll-reason-for-cancellation",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/StructureDefinition/NLLValueSet"
    ]
  },
  "url": "http://electronichealth.se/fhir/ValueSet/nll-reason-for-cancellation",
  "version": "1.0.0",
  "name": "nll-reason-for-cancellation",
  "title": "Felregistreringsorsak",
  "status": "active",
  "date": "2021-11-11T14:05:15+00:00",
  "publisher": "E-hälsomyndigheten",
  "description": "E-hälsomyndighetens koder för felregistreringsorsak. Felregistreringsorsak ska användas om förskrivningen är skickad till fel patient eller innehåller felaktiga uppgifter.",
  "compose": {
    "include": [
      {
        "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/ehm-felregistreringsorsak",
        "version": "1.0.0",
        "concept": [
          {
            "code": "FEL_PATIENT",
            "display": "Fel patient"
          },
          {
            "code": "FELAKTIGA_UPPGIFTER",
            "display": "Felaktiga uppgifter"
          }
        ]
      }
    ]
  }
}