FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | Organization |
| Id | Organization-NPITest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "NPITest" Version "3" Updated "2021-04-13 13:50:35+0000"
identifier: id: 1407071236, id: 1578003984, id: 1245576024
active: true
type: Healthcare Provider (Organization type#prov)
name: St Michael Multi-Specialty Clinic
telecom: ph: (+1) 913-666-7777, customer-service@St-Michael-Multi-specialty-clinic.org
address: 6666 135th St, Suite 227 Overland Park KS 66223 USA
{
"resourceType": "Organization",
"id": "NPITest",
"meta": {
"versionId": "3",
"lastUpdated": "2021-04-13T13:50:35.821Z"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1407071236"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1578003984"
},
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1245576024"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "St Michael Multi-Specialty Clinic",
"telecom": [
{
"system": "phone",
"value": "(+1) 913-666-7777"
},
{
"system": "email",
"value": "customer-service@St-Michael-Multi-specialty-clinic.org"
}
],
"address": [
{
"line": [
"6666 135th St, Suite 227"
],
"city": "Overland Park",
"state": "KS",
"postalCode": "66223",
"country": "USA"
}
]
}