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-20 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "Administrering-20",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration Administrering-20</b></p><a name=\"Administrering-20\"> </a><a name=\"hcAdministrering-20\"> </a><a name=\"hcAdministrering-20-no-NO\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"#hcAdministrering-20/medisin-91171f8e-b615-41ba-881a-87b8e8075611\">Medication Botox pulv til inj væske, oppl 50 E</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=\"uuid:9b62d7e8-df64-47b7-9fe1-38bc45795d82\">uuid:9b62d7e8-df64-47b7-9fe1-38bc45795d82</a></p><p><b>effective</b>: 2024-05-28</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>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>100 mg</td><td>100 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication  #medisin-91171f8e-b615-41ba-881a-87b8e8075611</b></p><a name=\"Administrering-20/medisin-91171f8e-b615-41ba-881a-87b8e8075611\"> </a><a name=\"hcAdministrering-20/medisin-91171f8e-b615-41ba-881a-87b8e8075611\"> </a><a name=\"hcAdministrering-20/medisin-91171f8e-b615-41ba-881a-87b8e8075611-no-NO\"> </a><p><b>code</b>: <span title=\"Codes:{http://dmp.no/fhir/NamingSystem/festLegemiddelPakning ID_00B35335-0DF7-4C98-8A0A-1148F4599D21}\">Botox pulv til inj væske, oppl 50 E</span></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "medisin-91171f8e-b615-41ba-881a-87b8e8075611",
      "code" : {
        "coding" : [
          {
            "system" : "http://dmp.no/fhir/NamingSystem/festLegemiddelPakning",
            "code" : "ID_00B35335-0DF7-4C98-8A0A-1148F4599D21",
            "display" : "Botox pulv til inj væske, oppl 50 E"
          }
        ]
      }
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    "reference" : "#medisin-91171f8e-b615-41ba-881a-87b8e8075611"
  },
  "subject" : {
    "reference" : "https://fhi.no/fhir/lmdi/pasient/12345678"
  },
  "context" : {
    "reference" : "uuid:9b62d7e8-df64-47b7-9fe1-38bc45795d82"
  },
  "effectiveDateTime" : "2024-05-28",
  "performer" : [
    {
      "actor" : {
        "reference" : "https://fhir.npr.no/helsepersonell/1234567890"
      }
    }
  ],
  "dosage" : {
    "text" : "100 mg",
    "dose" : {
      "value" : 100,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}