release commit
This commit is contained in:
50
mockData/short_practitionerInformation.json
Normal file
50
mockData/short_practitionerInformation.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"resourceType": "Bundle",
|
||||
"type": "batch",
|
||||
"entry": [ {
|
||||
"fullUrl": "urn:uuid:0368f101-0e65-3251-a809-566ebd6b2c2a",
|
||||
"resource": {
|
||||
"resourceType": "Practitioner",
|
||||
"id": "0368f101-0e65-3251-a809-566ebd6b2c2a",
|
||||
"meta": {
|
||||
"profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" ]
|
||||
},
|
||||
"extension": [ {
|
||||
"url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension",
|
||||
"valueInteger": 9
|
||||
} ],
|
||||
"identifier": [ {
|
||||
"system": "http://hl7.org/fhir/sid/us-npi",
|
||||
"value": "9999942599"
|
||||
} ],
|
||||
"active": true,
|
||||
"name": [ {
|
||||
"family": "Bosco882",
|
||||
"given": [ "Regenia619" ],
|
||||
"prefix": [ "Dr." ]
|
||||
} ],
|
||||
"telecom": [ {
|
||||
"extension": [ {
|
||||
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-direct",
|
||||
"valueBoolean": true
|
||||
} ],
|
||||
"system": "email",
|
||||
"value": "Regenia619.Bosco882@example.com",
|
||||
"use": "work"
|
||||
} ],
|
||||
"address": [ {
|
||||
"line": [ "28 RIVERSIDE DR STE 101" ],
|
||||
"city": "PEMBROKE",
|
||||
"state": "MA",
|
||||
"postalCode": "023594947",
|
||||
"country": "US"
|
||||
} ],
|
||||
"gender": "female"
|
||||
},
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"url": "Practitioner",
|
||||
"ifNoneExist": "identifier=http://hl7.org/fhir/sid/us-npi|9999942599"
|
||||
}
|
||||
}]}
|
||||
|
Reference in New Issue
Block a user