FHIR IG analytics| Package | hl7.fhir.us.directory-query |
| Resource Type | OrganizationAffiliation |
| Id | OrganizationAffiliation-HartfordOrthopedicAffil.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OrganizationAffiliation
Resource OrganizationAffiliation "HartfordOrthopedicAffil" Updated "2020-07-07 13:26:22+0000" (Language "en-US")
Profile: National Directory Endpoint Qry Exchange OrganizationAffiliation
active: true
organization: Organization/Hospital "Hartford General Hospital"
participatingOrganization: Organization/HartfordOrthopedics "Hartford Orthopedics Services"
network: Organization/AcmeofCTStdNet "ACME CT Preferred Provider Network"
code: Provider (Organization Affiliation Role#provider)
location:
healthcareService: HealthcareService/HartfordOrthopedicServices
{
"resourceType": "OrganizationAffiliation",
"id": "HartfordOrthopedicAffil",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-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"
}
]
}