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

FHIR IG analytics

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

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

code: Euthyrox 75 mcg

status: Active

form: Tableta

amount: 75 mcg (Details: UCUM code/ug = '/ug')/1 Tableta

Ingredients

-Item[x]Strength
*Levothyroxin75 mcg (Details: UCUM code/ug = '/ug')/1 tableta

Source1

{
  "resourceType": "Medication",
  "id": "Medication-Euthyrox",
  "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": "0243131"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivepripravky-cs",
        "code": "0243131",
        "display": "EUTHYROX"
      },
      {
        "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlpatc-cs",
        "code": "H03AA01",
        "display": "LEVOTHYROXINE SODIUM"
      }
    ],
    "text": "Euthyrox 75 mcg"
  },
  "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": 75,
      "unit": "mcg",
      "system": "http://unitsofmeasure.org",
      "code": "/ug"
    },
    "denominator": {
      "value": 1,
      "unit": "Tableta"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://hl7.cz/fhir/core/CodeSystem/cz-dlplecivelatky-cs",
            "code": "828",
            "display": "LEVOTHYROXINUM NATRICUM"
          }
        ],
        "text": "Levothyroxin"
      },
      "strength": {
        "numerator": {
          "value": 75,
          "unit": "mcg",
          "system": "http://unitsofmeasure.org",
          "code": "/ug"
        },
        "denominator": {
          "value": 1,
          "unit": "tableta"
        }
      }
    }
  ]
}