Legemiddeldata fra institusjon til Legemiddelregisteret — 1.1.0 - ci-build NO

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

: Lokalt-legemiddel-cellegift - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "Lokalt-legemiddel-cellegift",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.no/fhir/ig/lmdi/StructureDefinition/lmdi-medication"
    ]
  },
  "extension" : [
    {
      "url" : "http://hl7.no/fhir/ig/lmdi/StructureDefinition/legemiddel-classification",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://www.whocc.no/atc",
            "code" : "L01XA01",
            "display" : "Cisplatin"
          }
        ]
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://fhi.no/fhir/NamingSystem/lokaltLegemiddel",
        "code" : "Cisplatin",
        "display" : "Cisplatin"
      }
    ]
  },
  "amount" : {
    "numerator" : {
      "value" : 1025,
      "unit" : "milligram",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    },
    "denominator" : {
      "value" : 1,
      "unit" : "pose"
    }
  }
}