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

FHIR IG analytics

Packageig-ee-medication-scheme
Resource TypeMedication
IdMedication-aspirin.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

Generated Narrative: Medication aspirin

Language: et

Profile: EETISMedicationEPC

ExtensionEETISMedicinalProductClassification: Atsetüülsalitsüülhape

ExtensionEETISMedicinalProductName: ASPIRIN CARDIO

identifier: http://ravimiregister.ee/pakendid/1345687

doseForm: gastroresistentne tablett

totalVolume: 98

ingredient

Items

-Concept
*atsetüülsalitsüülhape

isActive: true

strength: 1(unit MG from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik) (Details: ER_Ühikud mahu- ja massiühikud codeMG = 'milligram(s)')/1(unit TABL from https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik) (Details: ER_Ühikud mahu- ja massiühikud codeTABL = 'tablet(s)')


Source1

{
  "resourceType": "Medication",
  "id": "aspirin",
  "meta": {
    "profile": [
      "https://fhir.ee/StructureDefinition/ee-tis-medication-epc"
    ]
  },
  "language": "et",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-classification",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.ee/CodeSystem/atc-ee",
            "code": "B01AC06",
            "display": "Atsetüülsalitsüülhape"
          }
        ]
      }
    },
    {
      "url": "https://fhir.ee/StructureDefinition/ee-tis-medicinal-product-name",
      "valueString": "ASPIRIN CARDIO"
    }
  ],
  "identifier": [
    {
      "system": "http://ravimiregister.ee/pakendid",
      "value": "1345687"
    }
  ],
  "doseForm": {
    "coding": [
      {
        "system": "https://fhir.ee/CodeSystem/ravimvormid",
        "code": "965",
        "display": "gastroresistentne tablett"
      }
    ]
  },
  "totalVolume": {
    "value": 98
  },
  "ingredient": [
    {
      "item": {
        "concept": {
          "coding": [
            {
              "system": "https://fhir.ee/CodeSystem/toimeained",
              "code": "9773",
              "display": "atsetüülsalitsüülhape"
            }
          ]
        }
      },
      "isActive": true,
      "strengthRatio": {
        "numerator": {
          "value": 1,
          "system": "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
          "code": "MG"
        },
        "denominator": {
          "value": 1,
          "system": "https://fhir.ee/CodeSystem/retsept-mahu-ja-massiyhik",
          "code": "TABL"
        }
      }
    }
  ]
}