FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | Organization |
| Id | Organization-organization-rr-routing-entity-haw.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-rr-routing-entity-haw
Language: en
Profile: RRRouting Entity Organization
identifier: United States National Provider Identifier/1144221847
active: true
type: Routing Entity
name: Health Authority West Routing Entity
telecom: +1-555-555-3555, mail@healthauthoritywest.gov
address: 7777 Health Authority Drive Ann Arbor MI 99999
{
"resourceType": "Organization",
"id": "organization-rr-routing-entity-haw",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/rr-routing-entity-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1144221847"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.114222.4.5.232",
"code": "RR7",
"display": "Routing Entity"
}
]
}
],
"name": "Health Authority West Routing Entity",
"telecom": [
{
"system": "phone",
"value": "+1-555-555-3555"
},
{
"system": "email",
"value": "mail@healthauthoritywest.gov"
}
],
"address": [
{
"line": [
"7777 Health Authority Drive"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "99999"
}
]
}