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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeMedicationStatement
IdMedicationStatement-MedicationConcor.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 MedicationConcor

status: Active

medication: Medication Concor (Filmtabl 10 mg) Blist

subject: Petra Meier Female, DoB: 1992-03-26 ( Medical record number)

dosage

timing: Morning, Once

route: Oral use

DoseAndRates

-Dose[x]
*1 Stk (Details: UCUM code{Piece} = '{Piece}')

Generated Narrative: Medication #MedConcor

code: Concor (Filmtabl 10 mg) Blist

form: Filmtablette

Ingredients

-Item[x]
*Bisoprolol fumarat

Source1

{
  "resourceType": "MedicationStatement",
  "id": "MedicationConcor",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medicationstatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "MedConcor",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medication"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680473110395",
            "display": "Concor (Filmtabl 10 mg) Blist"
          },
          {
            "system": "http://www.whocc.no/atc",
            "code": "C07AB07",
            "display": "Bisoprolol"
          }
        ],
        "text": "Concor (Filmtabl 10 mg) Blist"
      },
      "form": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "10221000",
            "display": "Filmtablette"
          }
        ]
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "386869006",
                "display": "Bisoprolol fumarat"
              }
            ],
            "text": "Bisoprolol fumarat"
          }
        }
      ]
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#MedConcor"
  },
  "subject": {
    "reference": "Patient/PetraMeier"
  },
  "dosage": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2025-12-19"
          },
          "when": [
            "MORN"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "20053000",
            "display": "Oral use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "Stk",
            "system": "http://unitsofmeasure.org",
            "code": "{Piece}"
          }
        }
      ]
    }
  ]
}