Sha256: 04625e143228338e30fa11b356e925bd15636ce191c5009ddc82735e3f95f4d1

Contents?: true

Size: 1.76 KB

Versions: 7

Compression:

Stored size: 1.76 KB

Contents

{
  "resourceType": "MedicationOrder",
  "id": "medrx002",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx002</p><p><b>identifier</b>: 12345 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>patient</b>: <a>Donald Duck</a></p><p><b>encounter</b>: <a>encounter that leads to this prescription</a></p><p><b>dateWritten</b>: Mar 1, 2015</p><p><b>prescriber</b>: <a>Patricia Primary</a></p><p><b>reasonCode</b>: Essential hypertension (disorder) <span>(Details : {SNOMED CT code '59621000' = 'Essential hypertension (disorder)', given as 'Essential hypertension (disorder)'})</span></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td></tr><tr><td>*</td><td>Take one tablet daily as directed</td></tr></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://www.bmc.nl/portal/prescriptions",
      "value": "12345"
    }
  ],
  "status": "active",
  "medicationReference": {
    "reference": "Medication/med0316",
    "display": "prescribed medication"
  },
  "patient": {
    "reference": "Patient/pat1",
    "display": "Donald Duck"
  },
  "encounter": {
    "reference": "Encounter/f001",
    "display": "encounter that leads to this prescription"
  },
  "dateWritten": "2015-03-01",
  "prescriber": {
    "reference": "Practitioner/f007",
    "display": "Patricia Primary"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "59621000",
          "display": "Essential hypertension (disorder)"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "text": "Take one tablet daily as directed"
    }
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/json/medicationorderexample2.json
fhir_models-1.6.7 lib/fhir_models/examples/json/medicationorderexample2.json
fhir_models-1.6.6 lib/fhir_models/examples/json/medicationorderexample2.json
fhir_models-1.6.4 lib/fhir_models/examples/json/medicationorderexample2.json
fhir_models-1.6.3 examples/json/medicationorderexample2.json
fhir_models-1.6.2 examples/json/medicationorderexample2.json
fhir_models-1.6.1 examples/json/medicationorderexample2.json