FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.directory-exchange
Resource TypeOrganization
IdOrganization-AcmeofCTPremNet.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization

Resource Organization "AcmeofCTPremNet" Updated "2020-07-07 13:26:22+0000" (Language "en-US")

Profiles: National Directory Network, National Directory Endpoint Qry Exchange Network

Location Reference: Location/StateOfCTLocation "State of CT Area"

active: true

type: Network (Organization Type Code System#ntwk)

name: ACME CT Premium Preferred Provider Network

partOf: Organization/Acme "Acme of CT"

Contacts

-NameTelecom
*Jane Kawasaki -unknown-

Source1

{
  "resourceType": "Organization",
  "id": "AcmeofCTPremNet",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Network",
      "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-Network"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/location-reference",
      "valueReference": {
        "reference": "Location/StateOfCTLocation"
      }
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/directory-query/CodeSystem/OrgTypeCS",
          "code": "ntwk",
          "display": "Network"
        }
      ]
    }
  ],
  "name": "ACME CT Premium Preferred Provider Network",
  "partOf": {
    "reference": "Organization/Acme"
  },
  "contact": [
    {
      "name": {
        "family": "Kawasaki",
        "given": [
          "Jane"
        ]
      },
      "telecom": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/via-intermediary",
              "valueReference": {
                "reference": "Organization/Acme"
              }
            }
          ]
        }
      ]
    }
  ]
}