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

FHIR IG analytics

Packagech.fhir.ig.ch-emed-epr
Resource TypeMedication
IdMedication-MedicationIbuprofen.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

Generated Narrative: Medication MedicationIbuprofen

Language: fr-CH

Profile: CH EMED EPR Medication

code: Ibuprofen

Ingredients

-Item[x]IsActive
*Ibuprofentrue

Source1

{
  "resourceType": "Medication",
  "id": "MedicationIbuprofen",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"
    ]
  },
  "language": "fr-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "M01AE01",
        "display": "Ibuprofen"
      }
    ],
    "text": "Ibuprofen"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "387207008",
            "display": "Ibuprofen (substance)"
          }
        ],
        "text": "Ibuprofen"
      },
      "isActive": true
    }
  ]
}