FHIR IG analytics| Package | hl7.fhir.fr.medication |
| Resource Type | Medication |
| Id | Medication-InLine-DOLIPRANE.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Médication InLine-DOLIPRANE
Profil: FR Medication
code: DOLIPRANE® 500 mg, gélule
form: gélule
| Item[x] | IsActive | Strength |
| PARACETAMOL | true | 500 mg (Détails : code UCUMmg = 'mg')/1 |
{
"resourceType": "Medication",
"id": "InLine-DOLIPRANE",
"meta": {
"profile": [
"https://hl7.fr/ig/fhir/medication/StructureDefinition/fr-medication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"code": {
"coding": [
{
"system": "http://data.esante.gouv.fr/ansm/medicament/UCD",
"code": "3400891996128",
"display": "DOLIPRANE 500MG GELU"
}
],
"text": "DOLIPRANE® 500 mg, gélule"
},
"form": {
"coding": [
{
"system": "http://standardterms.edqm.eu",
"code": "10210000",
"display": "Gélule"
}
],
"text": "gélule"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://data.esante.gouv.fr/ansm/medicament/codeSMS",
"code": "100000090270",
"display": "paracétamol"
}
],
"text": "PARACETAMOL"
},
"isActive": true,
"strength": {
"numerator": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1
}
}
}
]
}