removing temp file

This commit is contained in:
markiantorno 2021-10-21 10:30:32 -04:00
parent 0311e1dd8b
commit 83d73c4aed
1 changed files with 0 additions and 86 deletions

View File

@ -1,86 +0,0 @@
{
"iss": "http://local.fhir.org:960/r4/",
"nbf": 1631652279,
"vc": {
"type": [
"https://smarthealth.cards#health-card",
"https://smarthealth.cards#covid19",
"https://smarthealth.cards#laboratory"
],
"credentialSubject": {
"fhirVersion": "4.0.1",
"fhirBundle": {
"resourceType": "Bundle",
"type": "collection",
"entry": [
{
"resource": {
"resourceType": "Patient",
"name": [
{
"family": "Crout",
"given": [
"Sidney Stanley"
]
}
],
"birthDate": "1956-09-30"
}
},
{
"resource": {
"resourceType": "Immunization",
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "208"
}
]
},
"patient": {
"reference": "resource:0"
},
"occurrenceDateTime": "2021-08-05",
"lotNumber": "FF8871-001",
"performer": [
{
"actor": {
"display": "NorthCare Pukete Road-Thomas Road"
}
}
]
}
},
{
"resource": {
"resourceType": "Immunization",
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "208"
}
]
},
"patient": {
"reference": "resource:0"
},
"occurrenceDateTime": "2021-08-27",
"lotNumber": "FE8163-007",
"performer": [
{
"actor": {
"display": "NorthCare Pukete Road-Thomas Road"
}
}
]
}
}
]
}
}
}
}