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

FHIR IG analytics

Packagech.fhir.ig.ch-emed-epr
Resource TypeMedicationStatement
IdMedicationStatement-MedicationStatementTriatecMtp.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: MedicationStatement MedicationStatementTriatecMtp

identifier: Uniform Resource Identifier (URI)/urn:uuid:41b97645-e263-47c2-8d96-79da451a33f2

status: Active

medication: Medication TRIATEC Tabl 2.5 mg 20 Stk

subject: Jeanne Dupont Female, DoB: 1972-08-07 ( Medical record number)

dateAsserted: 2023-04-11

informationSource: PractitionerRole

dosage

text: Un demi comprimé à avaler et prendre avec de l'eau tous les midis dès le 2023-04-11.

patientInstruction: À prendre avec de l'eau

timing: Noon, Once

route: À avaler

DoseAndRates

-Dose[x]
*0.5 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

Generated Narrative: Medication #MedicationTriatec

code: TRIATEC Tabl 2.5 mg

form: Tablet

amount: 20 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')/1 Package (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')

Ingredients

-Item[x]IsActiveStrength
*Ramipriltrue2.5 milligram (Details: UCUM codemg = 'mg')/1 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedicationStatementTriatecMtp",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medicationstatement-treatmentplan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "MedicationTriatec",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680538751228",
            "display": "TRIATEC Tabl 2.5 mg 20 Stk"
          }
        ],
        "text": "TRIATEC Tabl 2.5 mg"
      },
      "form": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "10219000",
            "display": "Tablet"
          }
        ],
        "text": "Tablet"
      },
      "amount": {
        "numerator": {
          "value": 20,
          "unit": "Tablet (unit of presentation)",
          "system": "http://snomed.info/sct",
          "code": "732936001"
        },
        "denominator": {
          "value": 1,
          "unit": "Package",
          "system": "http://snomed.info/sct",
          "code": "1681000175101"
        }
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "386872004",
                "display": "Ramipril (substance)"
              }
            ],
            "text": "Ramipril"
          },
          "isActive": true,
          "strength": {
            "numerator": {
              "value": 2.5,
              "unit": "milligram",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "value": 1,
              "unit": "Tablet",
              "system": "http://snomed.info/sct",
              "code": "732936001"
            }
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:41b97645-e263-47c2-8d96-79da451a33f2"
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#MedicationTriatec"
  },
  "subject": {
    "reference": "urn:uuid:2dbfe659-07d0-45c7-b8df-4a48372049a3"
  },
  "dateAsserted": "2023-04-11",
  "informationSource": {
    "reference": "urn:uuid:213d609a-1164-459a-bb10-727516ae3d0c"
  },
  "dosage": [
    {
      "text": "Un demi comprimé à avaler et prendre avec de l'eau tous les midis dès le 2023-04-11.",
      "patientInstruction": "À prendre avec de l'eau",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2023-04-11"
          },
          "when": [
            "NOON"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "20053000",
            "display": "Oral use"
          }
        ],
        "text": "À avaler"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0.5,
            "unit": "Tablet (unit of presentation)",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      ]
    }
  ]
}