Add test json files

This commit is contained in:
Tadgh 2021-08-05 19:01:22 -04:00
parent 8f200c1819
commit e402804049
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"resourceType": "Patient",
"identifier": [
{
"system": "https://example.org/fhir/memberidentifier",
"value": "12345670"
},
{
"system": "https://example.org/fhir/memberuniqueidentifier",
"value": "12345670TT"
}
]
}