FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerl.fhir.r4.draft
Resource TypeMedication
IdExample_Medication_LDO.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "id": "esempio-medication-formulazione-ldo",
  "code": {
    "coding": [
      {
        "system": "https://fhir.siss.regione.lombardia.it/ValueSet/DDC-FarmacoAIC",
        "code": "J01CE01",
        "display": "BENZILPENICILLINA POTASSICA K24 PHARMACEUTICALS"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "https://hl7.org/fhir/R4/valueset-medication-form-codes",
        "code": "385049006",
        "display": "Capsule"
      }
    ]
  },
  "amount": {
    "numerator": {
      "value": 12
    },
    "denominator": {
      "value": 1
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.siss.regione.lombardia.it/ValueSet/DDC-FarmacoAIC",
            "code": "J01CE01",
            "display": "BENZILPENICILLINA POTASSICA K24 PHARMACEUTICALS"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 500,
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code": "TAB"
        }
      }
    }
  ]
}