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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex-plan-net
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-HartfordOrthopedicAffil.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: OrganizationAffiliation HartfordOrthopedicAffil

Last updated: 2020-07-07 13:26:22+0000; Language: en-US

Profile: Plan-Net OrganizationAffiliation

active: true

organization: Organization Hartford General Hospital

participatingOrganization: Organization Hartford Orthopedics Services

network: Organization ACME CT Preferred Provider Network

code: Provider

location:

healthcareService: HealthcareService: extension = ; category = Medical Provider; specialty = Orthopaedic Surgery Physician


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "HartfordOrthopedicAffil",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-OrganizationAffiliation"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "organization": {
    "reference": "Organization/Hospital"
  },
  "participatingOrganization": {
    "reference": "Organization/HartfordOrthopedics"
  },
  "network": [
    {
      "reference": "Organization/AcmeofCTStdNet"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/organization-role",
          "code": "provider"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/HospLoc1"
    },
    {
      "reference": "Location/HospLoc2"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/HartfordOrthopedicServices"
    }
  ]
}