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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeMedication
IdMedication-example-naloxegol-atc-medication.json
FHIR VersionR5

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


English


Generated Narrative: Medication example-naloxegol-atc-medication

Language: en

Profile: UZ Core Medication

identifier: UzbekistanPharmBoxGroupID/UZ-PHARM-BOX-000245 (use: official, ), ProductServiceID/BOX-GRP-245 (use: official, )

code: naloxegol

status: Active

doseForm: tablets

totalVolume: 25 mg (Details: UCUM codemg = 'mg')

Batches

-LotNumberExpirationDate
*LOT202612152028-12-28

Russian


Сгенерированный нарратив: Medication example-naloxegol-atc-medication

Язык: en

Профиль: UZ Core Medication

identifier: UzbekistanPharmBoxGroupID/UZ-PHARM-BOX-000245 (используется: official, ), ProductServiceID/BOX-GRP-245 (используется: official, )

code: naloxegol

status: Active

doseForm: tablets

totalVolume: 25 mg (Подробности: UCUM кодmg = 'mg')

Batches

-LotNumberExpirationDate
*LOT202612152028-12-28

Uzbek


Generated Narrative: Medication example-naloxegol-atc-medication

Language: en

Profile: UZ Core Medication

identifier: UzbekistanPharmBoxGroupID/UZ-PHARM-BOX-000245 (use: official, ), ProductServiceID/BOX-GRP-245 (use: official, )

code: naloxegol

status: Active

doseForm: tablets

totalVolume: 25 mg (Details: UCUM codemg = 'mg')

Batches

-LotNumberExpirationDate
*LOT202612152028-12-28

Source1

{
  "resourceType": "Medication",
  "id": "example-naloxegol-atc-medication",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-medication"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://uzpharminfo.uz/box_group_id",
      "value": "UZ-PHARM-BOX-000245"
    },
    {
      "use": "official",
      "system": "https://uzpharminfo.uz/icps",
      "value": "BOX-GRP-245"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.whocc.no/atc",
        "code": "A06AH03",
        "display": "naloxegol"
      }
    ]
  },
  "status": "active",
  "doseForm": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/medication-doseform-cs",
        "code": "TAB101",
        "display": "tablets"
      }
    ]
  },
  "totalVolume": {
    "value": 25,
    "unit": "mg",
    "system": "http://unitsofmeasure.org",
    "code": "mg"
  },
  "batch": {
    "lotNumber": "LOT20261215",
    "expirationDate": "2028-12-28"
  }
}