This page is part of the DaVinci PDEX Plan Net (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "AcmeofCTStdNet",
"meta" : {
"lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
"profile" : [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Network"
]
},
"language" : "en-US",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS ntwk}\">Network</span></p><p><b>name</b>: ACME CT Preferred Provider Network</p><p><b>partOf</b>: <a href=\"Organization-Acme.html\">Generated Summary: language: en-US; active; <span title=\"Codes: {http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS payer}\">Payer</span>; name: Acme of CT; Phone: (111)-222-3333, https://www.acmeofct.com</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Jane Kawasaki </td><td>-unknown-</td></tr></table></div>"
},
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS",
"code" : "ntwk",
"display" : "Network"
}
]
}
],
"name" : "ACME CT Preferred Provider Network",
"partOf" : {
"reference" : "Organization/Acme"
},
"contact" : [
{
"name" : {
"family" : "Kawasaki",
"given" : [
"Jane"
]
},
"telecom" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary",
"valueReference" : {
"reference" : "Organization/Acme"
}
}
]
}
]
}
]
}