FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | Organization |
| Id | Organization-provider2a.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
ResourceOrganization "provider2a" Version"1" Updated"2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: US Core Organization Profile
identifier: United States National Provider Identifier/1144221847, Clinical Laboratory Improvement Amendments/12D4567890
active: true
name: The Transporter, Inc.
telecom: ph: (210) 555 1313
address: 111 Business Street, San Antonio, TX 78212
{
"resourceType": "Organization",
"id": "provider2a",
"meta": {
"versionId": "1",
"lastUpdated": "2020-09-03T10:16:03.512-04:00",
"source": "#KZ0jzPjXDrhCiMif",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1144221847"
},
{
"system": "urn:oid:2.16.840.1.113883.4.7",
"value": "12D4567890"
}
],
"active": true,
"name": "The Transporter, Inc.",
"telecom": [
{
"system": "phone",
"value": "(210) 555 1313"
}
],
"address": [
{
"text": "111 Business Street, San Antonio, TX 78212"
}
]
}