lib/fhir_models/examples/json/medicationstatementexample1.json in fhir_models-1.6.8 vs lib/fhir_models/examples/json/medicationstatementexample1.json in fhir_models-1.8.0

- old
+ new

@@ -1,11 +1,11 @@ { "resourceType": "MedicationStatement", "id": "example001", "text": { "status": "generated", - "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example001</p><p><b>contained</b>: </p><p><b>status</b>: active</p><p><b>medication</b>: id: med0309; Tylenol PM <span>(Details : {http://hl7.org/fhir/sid/ndc code '50580-506-02' = '??', given as 'Tylenol PM'})</span>; isBrand</p><p><b>patient</b>: <a>Donald Duck</a></p><p><b>effective</b>: Jan 23, 2015</p><p><b>informationSource</b>: <a>Donald Duck</a></p><p><b>dateAsserted</b>: Feb 22, 2015</p><p><b>notTaken</b>: false</p><p><b>reasonForUseCode</b>: Restless Legs <span>(Details : {SNOMED CT code '32914008' = 'Restless legs', given as 'Restless Legs'})</span></p><p><b>note</b>: Patient indicates they miss the occasional dose</p><h3>Dosages</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>1-2 tablets once daily at bedtime as needed for restless legs</td><td>Taking at bedtime <span>(Details )</span></td><td>Do Once per 1 days</td><td>Restless Legs <span>(Details : {SNOMED CT code '32914008' = 'Restless legs', given as 'Restless Legs'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = 'Oral route (qualifier value)', given as 'Oral Route'})</span></td><td>1-2 TAB</td></tr></table></div>" + "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example001</p><p><b>contained</b>: </p><p><b>identifier</b>: 12345689 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>medication</b>: id: med0309; Tylenol PM <span>(Details : {http://hl7.org/fhir/sid/ndc code '50580-506-02' = '50580-506-02', given as 'Tylenol PM'})</span>; isBrand</p><p><b>subject</b>: <a>Donald Duck</a></p><p><b>effective</b>: Jan 23, 2015</p><p><b>informationSource</b>: <a>Donald Duck</a></p><p><b>derivedFrom</b>: <a>MedicationRequest/medrx002</a></p><p><b>dateAsserted</b>: Feb 22, 2015</p><p><b>notTaken</b>: n</p><p><b>reasonForUseCodeableConcept</b>: Restless Legs <span>(Details : {SNOMED CT code '32914008' = 'Restless legs', given as 'Restless Legs'})</span></p><p><b>note</b>: Patient indicates they miss the occasional dose</p><p><b>category</b>: community</p><p><b>dosage</b>: </p></div>" }, "contained": [ { "resourceType": "Medication", "id": "med0309", @@ -84,26 +84,38 @@ } ] } } ], + "identifier": [ + { + "use": "official", + "system": "http://www.bmc.nl/portal/medstatements", + "value": "12345689" + } + ], "status": "active", "medicationReference": { "reference": "#med0309" }, - "patient": { + "subject": { "reference": "Patient/pat1", "display": "Donald Duck" }, "effectiveDateTime": "2015-01-23", "informationSource": { "reference": "Patient/pat1", "display": "Donald Duck" }, + "derivedFrom": [ + { + "reference": "MedicationRequest/medrx002" + } + ], "dateAsserted": "2015-02-22", - "notTaken": false, - "reasonForUseCode": [ + "notTaken": "n", + "reasonForUseCodeableConcept": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "32914008", @@ -115,11 +127,13 @@ "note": [ { "text": "Patient indicates they miss the occasional dose" } ], + "category": "community", "dosage": [ { + "sequence": 1, "text": "1-2 tablets once daily at bedtime as needed for restless legs", "additionalInstructions": [ { "text": "Taking at bedtime" } \ No newline at end of file