FHIR IG analytics| Package | hl7.fhir.us.eltss.r4 |
| 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
Resource Organization "provider2a" Version "1" Updated "2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: US Core Organization Profile
identifier: id: 24680, id: #25456
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://www.acme.org/practitioners",
"value": "24680"
},
{
"system": "urn:oid:2.16.840.1.113883.4.7",
"value": "25456"
}
],
"active": true,
"name": "The Transporter, Inc.",
"telecom": [
{
"system": "phone",
"value": "(210) 555 1313"
}
],
"address": [
{
"text": "111 Business Street, San Antonio, TX 78212"
}
]
}