FHIR IG analytics| Package | bha-test-ig |
| Resource Type | Organization |
| Id | Organization-BHAOrganizationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization BHAOrganizationExample
identifier: NPI/1234567893
active: true
type: Provider
name: Community Health Clinic
telecom: ph: (+1) 555-555-5555, hq@chc.org
address: 100 Hope Place Denver CO 11111 USA
{
"resourceType": "Organization",
"id": "BHAOrganizationExample",
"meta": {
"profile": [
"http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
],
"text": "Provider"
}
],
"name": "Community Health Clinic",
"telecom": [
{
"system": "phone",
"value": "(+1) 555-555-5555"
},
{
"system": "email",
"value": "hq@chc.org"
}
],
"address": [
{
"line": [
"100 Hope Place"
],
"city": "Denver",
"state": "CO",
"postalCode": "11111",
"country": "USA"
}
]
}