From f97693fd1cd7f5a09b4ff56c5136dbc9b62e0039 Mon Sep 17 00:00:00 2001 From: Ivan Cvitkovic Date: Mon, 7 Nov 2022 21:33:40 -0800 Subject: [PATCH] Add patient stub for Elizabeth Replacetherapy --- fhir/r4/SMIT-gallery-patients.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/fhir/r4/SMIT-gallery-patients.json b/fhir/r4/SMIT-gallery-patients.json index 5088676..31679bd 100644 --- a/fhir/r4/SMIT-gallery-patients.json +++ b/fhir/r4/SMIT-gallery-patients.json @@ -3,6 +3,30 @@ "id": "cosri-SMIT-patient-bundle", "type": "transaction", "entry": [ + { + "resource": { + "resourceType": "Patient", + "id": "cosri-elizabeth-replacetherapy", + "identifier": [ + { + "system": "https://github.com/uwcirg/script-fhir-facade", + "value": "found" + } + ], + "name": [ + { + "family": "Replacetherapy", + "given": ["Elizabeth"] + } + ], + "gender": "female", + "birthDate": "1981-04-03" + }, + "request": { + "method": "PUT", + "url": "Patient/cosri-elizabeth-replacetherapy" + } + }, { "resource": { "resourceType": "Patient",