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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypeMedication
IdMedication-d4e5f6a7-b8c9-0123-defa-234567890123.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

Metformin 500mg tablet

Source1

{
  "resourceType": "Medication",
  "id": "d4e5f6a7-b8c9-0123-defa-234567890123",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/medication-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "372567009",
        "display": "Metformin"
      }
    ]
  },
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10219000",
        "display": "Tablet"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/v2/SubstanceDefinition",
            "code": "100000085448",
            "display": "Metformin"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 500,
          "unit": "mcg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "tablet",
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    }
  ]
}