Legemiddeldata fra institusjon til Legemiddelregisteret
0.9.1 - ci-build Norway flag

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

: Administrering-2-Infusjon - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "Administrering-2-Infusjon",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-administrert-legemiddel"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration Administrering-2-Infusjon</b></p><a name=\"Administrering-2-Infusjon\"> </a><a name=\"hcAdministrering-2-Infusjon\"> </a><a name=\"hcAdministrering-2-Infusjon-no-NO\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"https://fhir.legemidler.example.com/legemidler/0987654321\">https://fhir.legemidler.example.com/legemidler/0987654321</a></p><p><b>subject</b>: <a href=\"https://fhi.no/fhir/lmdi/pasient/12345678\">https://fhi.no/fhir/lmdi/pasient/12345678</a></p><p><b>context</b>: <a href=\"https://fhi.no/fhir/lmdi/institusjonsopphold/428ff23d-7a65-4c67-8059-6a1d07d287e3\">https://fhi.no/fhir/lmdi/institusjonsopphold/428ff23d-7a65-4c67-8059-6a1d07d287e3</a></p><p><b>effective</b>: 2024-06-13 14:26:01+0200 --&gt; 2024-06-13 14:48:47+0200</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://fhir.npr.no/helsepersonell/1234567890\">https://fhir.npr.no/helsepersonell/1234567890</a></td></tr></table><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>4,5g D5W 250 ml. IV hver 6. time. Infuser over 30 minutter ved 8 ml/min</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenøst</span></td><td>4500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td><td>8 ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeml = 'ml')</span>/1 min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemin = 'min')</span></td></tr></table></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    "reference" : "https://fhir.legemidler.example.com/legemidler/0987654321"
  },
  "subject" : {
    "reference" : "https://fhi.no/fhir/lmdi/pasient/12345678"
  },
  "context" : {
    "reference" : "https://fhi.no/fhir/lmdi/institusjonsopphold/428ff23d-7a65-4c67-8059-6a1d07d287e3"
  },
  "effectivePeriod" : {
    "start" : "2024-06-13T14:26:01+02:00",
    "end" : "2024-06-13T14:48:47+02:00"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "https://fhir.npr.no/helsepersonell/1234567890"
      }
    }
  ],
  "dosage" : {
    "text" : "4,5g D5W 250 ml. IV hver 6. time. Infuser over 30 minutter ved 8 ml/min",
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous route (qualifier value)"
        }
      ],
      "text" : "Intravenøst"
    },
    "dose" : {
      "value" : 4500,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    },
    "rateRatio" : {
      "numerator" : {
        "value" : 8,
        "system" : "http://unitsofmeasure.org",
        "code" : "ml"
      },
      "denominator" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "min"
      }
    }
  }
}