Add test json files
This commit is contained in:
parent
8f200c1819
commit
e402804049
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"resourceType": "Patient",
|
||||
"identifier": [
|
||||
{
|
||||
"system": "https://example.org/fhir/memberidentifier",
|
||||
"value": "12345670"
|
||||
},
|
||||
{
|
||||
"system": "https://example.org/fhir/memberuniqueidentifier",
|
||||
"value": "12345670TT"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue