fix test case
This commit is contained in:
parent
d1d391496e
commit
aa2481fcfb
|
@ -44,12 +44,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"profile": [
|
||||
{
|
||||
"id": "patient-profile",
|
||||
"reference": "http://hl7.org/fhir/StructureDefinition/Patient"
|
||||
}
|
||||
],
|
||||
"profile" : ["http://hl7.org/fhir/StructureDefinition/Patient"],
|
||||
"_profile" : [{
|
||||
"id" : "patient-profile"
|
||||
}],
|
||||
"variable": [
|
||||
{
|
||||
"name": "KnownPatientResourceId",
|
||||
|
|
Loading…
Reference in New Issue