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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeMedication
IdMedication-ma-ma-schema-1-Medication-8001.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 ma-ma-schema-1-Medication-8001

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:ma:ma-schema-1:Medication/8001 (use: official, )

code: Amlodipine 5 mg Tablet

status: Active

form: Tablet

amount: 30 Tablet (Details: Orderable Drug Form codeTAB = 'Tablet')/1 Package (Details: UCUM code{Package} = '{Package}')

Ingredients

-Item[x]Strength
*Amlodipine5 mg (Details: UCUM codemg = 'mg')/1 Tablet (Details: Orderable Drug Form codeTAB = 'Tablet')

Batches

-LotNumberExpirationDate
*LOT2023-AMD-56782025-12-31

Source1

{
  "resourceType": "Medication",
  "id": "ma-ma-schema-1-Medication-8001",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:Medication",
      "value": "8001"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadiandrugs",
        "code": "02239945",
        "display": "APO-AMLODIPINE"
      },
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "17767",
        "display": "Amlodipine"
      }
    ],
    "text": "Amlodipine 5 mg Tablet"
  },
  "status": "active",
  "form": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385055001",
        "display": "Tablet"
      }
    ],
    "text": "Tablet"
  },
  "amount": {
    "numerator": {
      "value": 30,
      "unit": "Tablet",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "TAB"
    },
    "denominator": {
      "value": 1,
      "unit": "Package",
      "system": "http://unitsofmeasure.org",
      "code": "{Package}"
    }
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "17767",
            "display": "Amlodipine"
          }
        ],
        "text": "Amlodipine"
      },
      "strength": {
        "numerator": {
          "value": 5,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Tablet",
          "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
          "code": "TAB"
        }
      }
    }
  ],
  "batch": {
    "lotNumber": "LOT2023-AMD-5678",
    "expirationDate": "2025-12-31"
  }
}