FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Organization |
| Id | 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 example
Profile: US Quality Core Organization
identifier: United States National Provider Identifier/8635143786 (use: temp, )
active: true
type: Organizational team
name: Example Organization
telecom: +1-555-555-0110, fax: +1-555-555-0111, organization@example.org
address: 800 Example Organization Avenue Example City VA 99999 US
{
"resourceType": "Organization",
"id": "example",
"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": "8635143786"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "team",
"display": "Organizational team"
}
]
}
],
"name": "Example Organization",
"telecom": [
{
"system": "phone",
"value": "+1-555-555-0110"
},
{
"system": "fax",
"value": "+1-555-555-0111"
},
{
"system": "email",
"value": "organization@example.org"
}
],
"address": [
{
"line": [
"800 Example Organization Avenue"
],
"city": "Example City",
"state": "VA",
"postalCode": "99999",
"country": "US"
}
]
}