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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeMedication
IdMedication_semplice.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": "HC40-CPOETHERAPY.medication-semplice",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Medication_semplice_Eng"
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/atc",
            "code": "B05BB01"
          }
        ],
        "text": "Sodio Cloruro 0,9%"
      },
      "isActive": true,
      "strength": {
        "extension": [
          {
            "url": "http://cct.eng.it/FHIR/schema/medication-ingredient-quantity",
            "valueQuantity": {
              "value": 50,
              "system": "http://unitsofmeasure.org",
              "code": "mL",
              "unit": "mL"
            }
          }
        ]
      }
    }
  ],
  "batch": {
    "lotNumber": "1234",
    "expirationDate": "2022-09-05T14:57:00+02:00"
  }
}