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

FHIR IG analytics

Packagehl7.fhir.us.qicore
Resource TypeMedicationStatement
IdMedicationStatement-example.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 example

Language: en

Profile: QICore MedicationStatement

status: Active

medication: Medication alemtuzumab 10 MG/ML [Lemtrada]

subject: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

effective: 2012-06-01 14:30:00+1400

dateAsserted: 2012-05-14 15:00:00+1400

informationSource: Practitioner Adam Careful

derivedFrom: MedicationRequest: status = active; intent = order; medication[x] = ->Medication alemtuzumab 10 MG/ML [Lemtrada]; authoredOn = 2015-03-25 19:32:52-0500

dosage

timing: 3 per 1 day

route: oral administration of treatment

DoseAndRates

-Dose[x]
*10 ml (Details: UCUM codeml = 'ml')

Source1

{
  "resourceType": "MedicationStatement",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationstatement"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationReference": {
    "reference": "Medication/example"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2012-06-01T14:30:00+14:00",
  "dateAsserted": "2012-05-14T15:00:00+14:00",
  "informationSource": {
    "reference": "Practitioner/example"
  },
  "derivedFrom": [
    {
      "reference": "MedicationRequest/example"
    }
  ],
  "dosage": [
    {
      "timing": {
        "repeat": {
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394899003",
            "display": "oral administration of treatment"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 10,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "ml"
          }
        }
      ]
    }
  ]
}