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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeMedicationStatement
IdMedicationStatement-mni-medicationStatement-example1.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 mni-medicationStatement-example1

status: Active

medication: Medication 7680336700282

subject: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)

effective: 2020-01-01

dosage

timing: Morning, Once

DoseAndRates

-Dose[x]
*1 cachet (Details: SNOMED CT code732987003 = 'Cachet')

dosage

timing: Noon, Once

DoseAndRates

-Dose[x]
*0 cachet (Details: SNOMED CT code732987003 = 'Cachet')

dosage

timing: Evening, Once

DoseAndRates

-Dose[x]
*1 cachet (Details: SNOMED CT code732987003 = 'Cachet')

dosage

timing: Night, Once

DoseAndRates

-Dose[x]
*0 cachet (Details: SNOMED CT code732987003 = 'Cachet')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "mni-medicationStatement-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/mni-medication-example1"
  },
  "subject": {
    "reference": "Patient/mni-patient-example1"
  },
  "effectiveDateTime": "2020-01-01",
  "dosage": [
    {
      "timing": {
        "repeat": {
          "when": [
            "MORN"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "cachet",
            "system": "http://snomed.info/sct",
            "code": "732987003"
          }
        }
      ]
    },
    {
      "timing": {
        "repeat": {
          "when": [
            "NOON"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0,
            "unit": "cachet",
            "system": "http://snomed.info/sct",
            "code": "732987003"
          }
        }
      ]
    },
    {
      "timing": {
        "repeat": {
          "when": [
            "EVE"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "cachet",
            "system": "http://snomed.info/sct",
            "code": "732987003"
          }
        }
      ]
    },
    {
      "timing": {
        "repeat": {
          "when": [
            "NIGHT"
          ]
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 0,
            "unit": "cachet",
            "system": "http://snomed.info/sct",
            "code": "732987003"
          }
        }
      ]
    }
  ]
}