FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | Organization |
| Id | Organization-us-core-organization-physician-services-inc.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization us-core-organization-physician-services-inc
active: true
type: Healthcare Provider
name: Physician Services, Inc.
telecom: ph: 999-999-9999(Work)
address: 123 Corporate Drive Anytown MA 12345 US
{
"resourceType": "Organization",
"id": "us-core-organization-physician-services-inc",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Physician Services, Inc.",
"telecom": [
{
"system": "phone",
"value": "999-999-9999",
"use": "work"
}
],
"address": [
{
"line": [
"123 Corporate Drive"
],
"city": "Anytown",
"state": "MA",
"postalCode": "12345",
"country": "US"
}
]
}