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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeMedicationStatement
IdMedicationStatement-Medication.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 Medication

identifier: http://example.org/exampleSystem/medstat-1

status: Active

medication: simvastatin

subject: Mračena Mraková

effective: 2014 --> (ongoing)

dosage

text: 40 mg/day

timing: Once per 1 day

DoseAndRates

-Dose[x]
*40 mg (Details: UCUM codemg = 'mg')

Generated Narrative: Medication #med-1

identifier: http://example.org/exampleSystem/med-1

code: Simvastatin 40 MG TBL FLM 20

form: Potahovaná tableta

Ingredients

-Item[x]Strength
*Simvastatin40 mcg (Details: UCUM codemg = 'mg')/1 tablet (Details: UCUM code1 = '1')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "Medication",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-MedicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med-1",
      "meta": {
        "profile": [
          "https://hl7.cz/fhir/core/StructureDefinition/cz-Medication"
        ]
      },
      "identifier": [
        {
          "system": "http://example.org/exampleSystem",
          "value": "med-1"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "https://sukl.cz/terminology/CodeSystem/dlp-lecive-pripravky",
            "code": "0013831",
            "display": "SIMVASTATIN RATIOPHARM 40MG TBL FLM 20"
          },
          {
            "system": "https://sukl.cz/terminology/CodeSystem/dlp-atc",
            "code": "C10AA01",
            "display": "simvastatin"
          }
        ],
        "text": "Simvastatin 40 MG TBL FLM 20"
      },
      "form": {
        "coding": [
          {
            "system": "https://sukl.cz/terminology/CodeSystem/dlp-formy",
            "code": "TBL_FLM",
            "display": "Potahovaná tableta"
          },
          {
            "system": "http://standardterms.edqm.eu",
            "code": "10219000",
            "display": "Tablet"
          }
        ]
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "https://sukl.cz/terminology/CodeSystem/dlp-lecivelatky",
                "code": "10647",
                "display": "Simvastatin"
              }
            ]
          },
          "strength": {
            "numerator": {
              "value": 40,
              "unit": "mcg",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "value": 1,
              "unit": "tablet",
              "system": "http://unitsofmeasure.org",
              "code": "1"
            }
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/exampleSystem",
      "value": "medstat-1"
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "#med-1",
    "display": "simvastatin"
  },
  "subject": {
    "reference": "Patient/Mracena",
    "display": "Mračena Mraková"
  },
  "effectivePeriod": {
    "start": "2014"
  },
  "dosage": [
    {
      "text": "40 mg/day",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 40,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}