FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Organization |
| Id | Organization-example-organization-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-organization-2
Profile: US Core Organization Profile version: 9.0.0
identifier: United States National Provider Identifier/1407071236, http://example.org/fhir/sid/us-tin/121111111
active: true
type: Healthcare Provider
name: Acme Clinic
telecom: ph: (+1) 734-677-7777, customer-service@acme-clinic.org
address: 3300 WASHTENAW AVE STE 227 AMHERST MA 01002 USA
{
"resourceType": "Organization",
"id": "example-organization-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1407071236"
},
{
"system": "http://example.org/fhir/sid/us-tin",
"value": "121111111"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Acme Clinic",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "email",
"value": "customer-service@acme-clinic.org"
}
],
"address": [
{
"line": [
"3300 WASHTENAW AVE STE 227"
],
"city": "AMHERST",
"state": "MA",
"postalCode": "01002",
"country": "USA"
}
]
}