medax_pipeline/mockData/short_hospitalInformation.json
2025-04-16 22:12:19 +02:00

98 lines
3.1 KiB
JSON

{
"resourceType": "Bundle",
"type": "batch",
"entry": [ {
"fullUrl": "urn:uuid:4e56c7ec-99e5-3023-8e4f-95ad18a03f06",
"resource": {
"resourceType": "Organization",
"id": "4e56c7ec-99e5-3023-8e4f-95ad18a03f06",
"meta": {
"profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization" ]
},
"extension": [ {
"url": "http://synthetichealth.github.io/synthea/utilization-encounters-extension",
"valueInteger": 9
}, {
"url": "http://synthetichealth.github.io/synthea/utilization-procedures-extension",
"valueInteger": 2
}, {
"url": "http://synthetichealth.github.io/synthea/utilization-labs-extension",
"valueInteger": 1
}, {
"url": "http://synthetichealth.github.io/synthea/utilization-prescriptions-extension",
"valueInteger": 3
} ],
"identifier": [ {
"system": "https://github.com/synthetichealth/synthea",
"value": "4e56c7ec-99e5-3023-8e4f-95ad18a03f06"
} ],
"active": true,
"type": [ {
"coding": [ {
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
} ],
"text": "Healthcare Provider"
} ],
"name": "UNITED MEDICAL CARE LLC",
"telecom": [ {
"system": "phone",
"value": "5089715500"
} ],
"address": [ {
"line": [ "28 RIVERSIDE DR STE 101" ],
"city": "PEMBROKE",
"state": "MA",
"postalCode": "023594947",
"country": "US"
} ]
},
"request": {
"method": "POST",
"url": "Organization",
"ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|4e56c7ec-99e5-3023-8e4f-95ad18a03f06"
}
}, {
"fullUrl": "urn:uuid:6e3d04a3-9064-33e4-b8b5-63bb468d7629",
"resource": {
"resourceType": "Location",
"id": "6e3d04a3-9064-33e4-b8b5-63bb468d7629",
"meta": {
"profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location" ]
},
"identifier": [ {
"system": "https://github.com/synthetichealth/synthea",
"value": "6e3d04a3-9064-33e4-b8b5-63bb468d7629"
} ],
"status": "active",
"name": "UNITED MEDICAL CARE LLC",
"telecom": [ {
"system": "phone",
"value": "5089715500"
} ],
"address": {
"line": [ "28 RIVERSIDE DR STE 101" ],
"city": "PEMBROKE",
"state": "MA",
"postalCode": "023594947",
"country": "US"
},
"position": {
"longitude": -70.77534154695786,
"latitude": 42.11004715
},
"managingOrganization": {
"identifier": {
"system": "https://github.com/synthetichealth/synthea",
"value": "4e56c7ec-99e5-3023-8e4f-95ad18a03f06"
},
"display": "UNITED MEDICAL CARE LLC"
}
},
"request": {
"method": "POST",
"url": "Location",
"ifNoneExist": "identifier=https://github.com/synthetichealth/synthea|6e3d04a3-9064-33e4-b8b5-63bb468d7629"
}
}]}