Skip to content

Instantly share code, notes, and snippets.

@esseti
Last active May 31, 2016 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esseti/7c7dd0a46c3023ae8fee05cdabf4b718 to your computer and use it in GitHub Desktop.
Save esseti/7c7dd0a46c3023ae8fee05cdabf4b718 to your computer and use it in GitHub Desktop.
content = {
"physician_id": "testId",
"patient_birth_date": "1937-06-19",
"observation": "The patient was ok.",
"visit_date": "2015-02-19T16:39:47.807000"
}
document = chino.documents.create(schema_id, content)
document_id = document._id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment