FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Organization |
| Id | Organization-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-1
Profile: US Quality Core Organization
identifier: United States National Provider Identifier/1285243618 (use: temp, )
active: true
type: Healthcare Provider
name: Example Hospital
telecom: +1-555-555-0100, fax: +1-555-555-0101, staff@example.org
address: 700 Example Hospital Way Example City VA 99999 US
{
"resourceType": "Organization",
"id": "example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1285243618"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Example Hospital",
"telecom": [
{
"system": "phone",
"value": "+1-555-555-0100"
},
{
"system": "fax",
"value": "+1-555-555-0101"
},
{
"system": "email",
"value": "staff@example.org"
}
],
"address": [
{
"line": [
"700 Example Hospital Way"
],
"city": "Example City",
"state": "VA",
"postalCode": "99999",
"country": "US"
}
]
}