{
  "resourceType" : "Medication",
  "id" : "albumine",
  "meta" : {
    "profile" : ["https://aphp.github.io/IG-fhir-dm/StructureDefinition/FrMedicationNonproprietaryName"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Médication albumine</b></p><a name=\"albumine\"> </a><a name=\"hcalbumine\"> </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\">Profil: <a href=\"StructureDefinition-FrMedicationNonproprietaryName.html\">French non proprietary name Medication</a></p></div><p><b>code</b>: <span title=\"Codes :{http://snomed.info/sct 789265003}\">Albumin human only product</span></p><p><b>status</b>: Active</p><p><b>amount</b>: 500 mL<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmL = 'mL')</span>/1 {}<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUM{} = '{}')</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes :{http://www.whocc.no/atc B05AA01}\">albumin</span></td><td>true</td><td>50 g<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMg = 'g')</span>/1 L<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUML = 'L')</span></td></tr></table></div>"
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "789265003"
    }]
  },
  "status" : "active",
  "amount" : {
    "numerator" : {
      "value" : 500,
      "unit" : "mL",
      "system" : "http://unitsofmeasure.org",
      "code" : "mL"
    },
    "denominator" : {
      "value" : 1,
      "system" : "http://unitsofmeasure.org",
      "code" : "{}"
    }
  },
  "ingredient" : [{
    "itemCodeableConcept" : {
      "coding" : [{
        "system" : "http://www.whocc.no/atc",
        "code" : "B05AA01"
      }]
    },
    "isActive" : true,
    "strength" : {
      "numerator" : {
        "value" : 50,
        "unit" : "g",
        "system" : "http://unitsofmeasure.org",
        "code" : "g"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "L",
        "system" : "http://unitsofmeasure.org",
        "code" : "L"
      }
    }
  }]
}