Skip to content

Instantly share code, notes, and snippets.

@alexanderkiel
Created October 29, 2020 11:42
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 alexanderkiel/8c806b6b2f7a4d74a202d372bf478cbe to your computer and use it in GitHub Desktop.
Save alexanderkiel/8c806b6b2f7a4d74a202d372bf478cbe to your computer and use it in GitHub Desktop.
Corona Contact Form
{
"resourceType": "bundle",
"entry": [
{
"fullUrl": "urn:uuid:38f5cc57-a667-4c44-b9a9-8e8ce1bd86a8",
"resource": {
"resourceType": "Patient",
"name": {
"family": "___________________________",
"given": [
"___________________________________"
]
},
"telecom": [
{
"system": "phone",
"value": "__________________________"
},
{
"system": "email",
"value": "__________________________"
}
],
"address": [
{
"use": "home",
"postalCode": "_____________________"
}
]
}
},
{
"resource": {
"resourceType": "Encounter",
"subject": {
"reference": "urn:uuid:38f5cc57-a667-4c44-b9a9-8e8ce1bd86a8"
},
"period": {
"start": "____________________________",
"end": "______________________________"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment