FHIR IG analytics| Package | ihe.pcc.maps |
| Resource Type | Organization |
| Id | Organization-ex-Organization-OB.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ex-Organization-OB
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
identifier: National provider identifier/187659 (use: official, period: 1999-03-19 --> (ongoing))
active: true
type: Healthcare Provider
name: Acme Healthcare
telecom: ph: (401) 623 8856
address: 25 Eddy St, Providence, RI 02903
{
"resourceType": "Organization",
"id": "ex-Organization-OB",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NPI"
}
]
},
"value": "187659",
"period": {
"start": "1999-03-19"
}
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
]
}
],
"name": "Acme Healthcare",
"telecom": [
{
"system": "phone",
"value": "(401) 623 8856"
}
],
"address": [
{
"type": "both",
"text": "25 Eddy St, Providence, RI 02903",
"line": [
"25 Eddy St"
],
"city": "Providence",
"state": "02903",
"postalCode": "RI",
"country": "USA"
}
]
}