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

Publish Box goes here

: Administrering-1-Oralt - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "Administrering-1-Oralt",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medicationadministration"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration Administrering-1-Oralt</b></p><a name=\"Administrering-1-Oralt\"> </a><a name=\"hcAdministrering-1-Oralt\"> </a><a name=\"Administrering-1-Oralt-no\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-lmdi-medicationadministration.html\">Legemiddeladministrering</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"https://fhir.legemidler.example.com/legemidler/123456780\">https://fhir.legemidler.example.com/legemidler/123456780</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/episode/428ff23d-7a65-4c67-8059-6a1d07d287e3\">https://fhi.no/fhir/lmdi/episode/428ff23d-7a65-4c67-8059-6a1d07d287e3</a></p><p><b>effective</b>: 2024-05-28</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 421521009}\">Swallow</span></td><td>2 metric tablespoon<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetsp_us = 'tsp_us')</span></td></tr></table></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    "reference" : "https://fhir.legemidler.example.com/legemidler/123456780"
  },
  "subject" : {
    "reference" : "https://fhi.no/fhir/lmdi/pasient/12345678"
  },
  "context" : {
    "reference" : "https://fhi.no/fhir/lmdi/episode/428ff23d-7a65-4c67-8059-6a1d07d287e3"
  },
  "effectiveDateTime" : "2024-05-28",
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "421521009",
          "display" : "Swallow"
        }
      ]
    },
    "dose" : {
      "value" : 2,
      "unit" : "metric tablespoon",
      "system" : "http://unitsofmeasure.org",
      "code" : "tsp_us"
    }
  }
}