FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Organization |
| Id | Organization-organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-example
Language: en
identifier: United States National Provider Identifier/1234567893
active: true
name: General Hospital
telecom: ph: 555-555-5555(Work), contact@generalhospital.example.com
address: 123 Main St Anytown CA 12345 US
{
"resourceType": "Organization",
"id": "organization-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"name": "General Hospital",
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "work"
},
{
"system": "email",
"value": "contact@generalhospital.example.com",
"use": "work"
}
],
"address": [
{
"line": [
"123 Main St"
],
"city": "Anytown",
"state": "CA",
"postalCode": "12345",
"country": "US"
}
]
}