FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex-plan-net |
| Resource Type | Organization |
| Id | Organization-ConnHIE.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ConnHIE
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: Plan-Net Organization
active: true
type: Atypical Provider
name: Connecticut HIE
telecom: ph: (111)-222-3333, https://www.connhie.com
address: 123 Main Street Anytown CT 00014-1234
| Telecom |
| ph: (111)-222-3333 |
{
"resourceType": "Organization",
"id": "ConnHIE",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS",
"code": "atyprv",
"display": "Atypical Provider"
}
]
}
],
"name": "Connecticut HIE",
"telecom": [
{
"system": "phone",
"value": "(111)-222-3333",
"rank": 2
},
{
"system": "url",
"value": "https://www.connhie.com",
"rank": 1
}
],
"address": [
{
"line": [
"123 Main Street"
],
"city": "Anytown",
"state": "CT",
"postalCode": "00014-1234"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "(111)-222-3333",
"rank": 1
}
]
}
]
}