Skip to content

Instantly share code, notes, and snippets.

@dragansah
Created May 2, 2021 15:02
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 dragansah/2590cb913a9bcdcdc99d3dc8bb75aaa5 to your computer and use it in GitHub Desktop.
Save dragansah/2590cb913a9bcdcdc99d3dc8bb75aaa5 to your computer and use it in GitHub Desktop.
{
"resourceType": "Bundle",
"type": "collection",
"entry": [
{
"fullUrl": "resource:0",
"resource": {
"resourceType": "Patient",
"name": [
{
"family": "Todev",
"given": [
"Viktor"
]
}
],
"birthDate": "1990-02-21"
}
},
{
"fullUrl": "resource:1",
"resource": {
"resourceType": "Immunization",
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "207"
}
]
},
"patient": {
"reference": "resource:0"
},
"occurrenceDateTime": "2021-04-01",
"performer": [
{
"actor": {
"display": "JZU Zdravstven dom - Skopje - Poliklinika Jane Sandanski"
}
}
],
"lotNumber": "0000001"
}
},
{
"fullUrl": "resource:2",
"resource": {
"resourceType": "Immunization",
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "207"
}
]
},
"patient": {
"reference": "resource:0"
},
"occurrenceDateTime": "2021-04-29",
"performer": [
{
"actor": {
"display": "JZU Zdravstven dom - Skopje - Poliklinika Jane Sandanski"
}
}
],
"lotNumber": "0000007"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment