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

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeMedication
IdMedication-InLine-DOLIPRANE.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : Médication InLine-DOLIPRANE

code: DOLIPRANE® 500 mg, gélule

form: gélule

Ingredients

-Item[x]IsActiveStrength
*PARACETAMOLtrue500 mg (Détails : code UCUMmg = 'mg')/1

Source1

{
  "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
        }
      }
    }
  ]
}