Legemiddeldata fra institusjon til Legemiddelregisteret — 1.0.8 - ci-build Norway flag

Legemiddeldata fra institusjon til Legemiddelregisteret - Local Development build (v1.0.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Status for legemiddeladministrering - JSON Representation

Draft as of 2025-09-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "lmdi-medicationadministrationstatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet lmdi-medicationadministrationstatus</b></p><a name=\"lmdi-medicationadministrationstatus\"> </a><a name=\"hclmdi-medicationadministrationstatus\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-medication-admin-status.html\"><code>http://terminology.hl7.org/CodeSystem/medication-admin-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medication-admin-status.html#medication-admin-status-completed\">completed</a></td><td>Gjennomført</td><td>All actions that are implied by the administration have occurred.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medication-admin-status.html#medication-admin-status-entered-in-error\">entered-in-error</a></td><td>Feilregistrert</td><td>The administration was entered in error and therefore nullified.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.no/fhir/ig/lmdi/ValueSet/lmdi-medicationadministrationstatus",
  "version" : "1.0.8",
  "name" : "LegemiddeladministreringStatus",
  "title" : "Status for legemiddeladministrering",
  "status" : "draft",
  "date" : "2025-09-12",
  "publisher" : "Folkehelseinstituttet",
  "contact" : [
    {
      "name" : "Folkehelseinstituttet",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fhi.no"
        }
      ]
    },
    {
      "name" : "Legemiddelregisteret",
      "telecom" : [
        {
          "system" : "email",
          "value" : "legemiddelregisteret@fhi.no"
        }
      ]
    }
  ],
  "description" : "Verdisett som begrenses status til Legemiddeladministrering til henholdsvis 'Gjennomført' eller 'Feilregistrert'.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NO",
          "display" : "Norway"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-admin-status",
        "concept" : [
          {
            "code" : "completed",
            "display" : "Gjennomført"
          },
          {
            "code" : "entered-in-error",
            "display" : "Feilregistrert"
          }
        ]
      }
    ]
  }
}