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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeMedication
IdMedication-med-Ibalgin400.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 med-Ibalgin400

identifier: https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivepripravky-cs/0207893

code: Ibalgin 400 mg

status: Active

form: Tableta

amount: 400 mg (Details: UCUM code/mg = '/mg')/1 Tableta

Ingredients

-Item[x]Strength
*IBUPROFEN400 mg (Details: UCUM code/mg = '/mg')/1 tableta

Source1

{
  "resourceType": "Medication",
  "id": "med-Ibalgin400",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivepripravky-cs",
      "value": "0207893"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivepripravky-cs",
        "code": "0254294",
        "display": "IBALGIN"
      },
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs",
        "code": "M01AE01",
        "display": "IBUPROFEN"
      }
    ],
    "text": "Ibalgin 400 mg"
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlpformy-cs",
        "code": "TBL_FLM",
        "display": "Potahovaná tableta"
      }
    ],
    "text": "Tableta"
  },
  "amount": {
    "numerator": {
      "value": 400,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "/mg"
    },
    "denominator": {
      "value": 1,
      "unit": "Tableta"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivelatky-cs",
            "code": "1593",
            "display": "IBUPROFENUM"
          }
        ],
        "text": "IBUPROFEN"
      },
      "strength": {
        "numerator": {
          "value": 400,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "/mg"
        },
        "denominator": {
          "value": 1,
          "unit": "tableta"
        }
      }
    }
  ]
}