Last active
June 14, 2016 14:15
-
-
Save jmandel/cbf2cc76adf3e10845bca72c3e8d08db to your computer and use it in GitHub Desktop.
care team example.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "resourceType":"CarePlan", | |
| "id": "argo-example", | |
| "text":{ | |
| "status":"generated", | |
| "div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"> <ol> <li>CareTeam Member: John Smith, MD Role = Allopathic and Osteopathic Physicians:Internal Medicine:Cardiovascular Disease</li> <li>CareTeam Member: Allen Vitalis Role = Patient (person)</li> </ol> </div>" | |
| }, | |
| "subject":{ | |
| "reference":"Patient/99912345" | |
| }, | |
| "status":"active", | |
| "category":[ | |
| { | |
| "coding":[ | |
| { | |
| "system":"http://argonaut.hl7.org/ValueSet/extension-codes", | |
| "code":"careteam" | |
| } | |
| ] | |
| } | |
| ], | |
| "participant":[ | |
| { | |
| "role":{ | |
| "coding":[ | |
| { | |
| "system":"http://www.nucc.org", | |
| "code":"207RC0000X", | |
| "display":"Allopathic and Osteopathic Physicians:Internal Medicine:Cardiovascular Disease" | |
| } | |
| ] | |
| }, | |
| "member":{ | |
| "reference":"Practitioner/123", | |
| "display":"John Smith, MD" | |
| } | |
| }, { | |
| "role":{ | |
| "coding":[ | |
| { | |
| "system":"http://snomed.info/sct", | |
| "code":"116154003", | |
| "display":"Patient (person)" | |
| } | |
| ] | |
| }, | |
| "member":{ | |
| "reference":"Patient/99912345", | |
| "display":"Allen Vitalis" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment