From 83d73c4aed043d545edf63605b80f7d213df1d6f Mon Sep 17 00:00:00 2001 From: markiantorno Date: Thu, 21 Oct 2021 10:30:32 -0400 Subject: [PATCH] removing temp file --- .../c:\\temp\\payload.json" | 86 ------------------- 1 file changed, 86 deletions(-) delete mode 100644 "org.hl7.fhir.validation/c:\\temp\\payload.json" diff --git "a/org.hl7.fhir.validation/c:\\temp\\payload.json" "b/org.hl7.fhir.validation/c:\\temp\\payload.json" deleted file mode 100644 index 2d9c7d08a..000000000 --- "a/org.hl7.fhir.validation/c:\\temp\\payload.json" +++ /dev/null @@ -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" - } - } - ] - } - } - ] - } - } - } -} \ No newline at end of file