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

FHIR IG analytics

Packagehl7.fhir.uv.ips.r4
Resource TypeMedicationStatement
IdMedicationStatement-eumfh-39-07-1.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 eumfh-39-07-1

status: Active

medication: simvastatin

subject: Alexander Heig (inject 39-07)

effective: 2014 --> (ongoing)

dosage

text: 40 mg/day

timing: Once per 1 day

DoseAndRates

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

Source1

{
  "resourceType": "MedicationStatement",
  "id": "eumfh-39-07-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/eumfh-39-07-1",
    "display": "simvastatin"
  },
  "subject": {
    "reference": "Patient/eumfh-39-07",
    "display": "Alexander Heig (inject 39-07)"
  },
  "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"
          }
        }
      ]
    }
  ]
}