FHIR IG analytics| Package | hl7.fhir.us.qicore |
| 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
Language: en
Profile: QICore Organization
identifier: United States National Provider Identifier/8635143786 (use: temp, )
active: true
type: Organizational team
name: Health Level Seven International
telecom: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org
address: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA
{
"resourceType": "Organization",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
]
},
"language": "en",
"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": "Health Level Seven International",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "fax",
"value": "(+1) 734-677-6622"
},
{
"system": "email",
"value": "hq@HL7.org"
}
],
"address": [
{
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "48104",
"country": "USA"
}
]
}