{
  "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"
    }
  }
}