FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Medication |
| Id | Medication_semplice.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}