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

FHIR IG analytics

Packagehl7.fhir.uv.vhdir
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-orgrole1.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 orgrole1

identifier: http://example.org/www.foundingfathersmemorial.com/service002 (use: secondary, ) (status: active)

active: true

period: 2018-02-09 --> 2022-02-01

organization: Founding Fathers Memorial Hospital

participatingOrganization: Independence Rehabilitation Services, Inc.

network: Patriot Preferred Provider Network

code: Provider of rehabilitation services

specialty: Rehabilitation

location: Founding Fathers Memorial Hospital

healthcareService:

telecom: ph: 202-109-8765(Work)


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "orgrole1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organizationaffiliation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
          "valueCode": "active"
        }
      ],
      "use": "secondary",
      "system": "http://example.org/www.foundingfathersmemorial.com",
      "value": "service002",
      "assigner": {
        "reference": "Organization/foundingfathers",
        "display": "Founding Fathers Memorial Hospital"
      }
    }
  ],
  "active": true,
  "period": {
    "start": "2018-02-09",
    "end": "2022-02-01"
  },
  "organization": {
    "reference": "Organization/foundingfathers",
    "display": "Founding Fathers Memorial Hospital"
  },
  "participatingOrganization": {
    "reference": "Organization/independencerehab",
    "display": "Independence Rehabilitation Services, Inc."
  },
  "network": [
    {
      "reference": "Organization/patriotppo",
      "display": "Patriot Preferred Provider Network"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/organization-role",
          "code": "provider",
          "display": "Provider",
          "userSelected": true
        }
      ],
      "text": "Provider of rehabilitation services"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394602003",
          "display": "Rehabilitation specialty"
        }
      ],
      "text": "Rehabilitation"
    }
  ],
  "location": [
    {
      "reference": "Location/loc-ffmh",
      "display": "Founding Fathers Memorial Hospital"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/independencerehab1",
      "display": "Inpatient rehabilitation services"
    },
    {
      "reference": "HealthcareService/independencerehab2",
      "display": "Outpatient rehabilitation services"
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime",
          "extension": [
            {
              "url": "daysOfWeek",
              "valueCode": "mon"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "tue"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "wed"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "thu"
            },
            {
              "url": "daysOfWeek",
              "valueCode": "fri"
            },
            {
              "url": "availableStartTime",
              "valueTime": "08:00:00"
            },
            {
              "url": "availableEndTime",
              "valueTime": "18:00:00"
            }
          ]
        }
      ],
      "system": "phone",
      "value": "202-109-8765",
      "use": "work"
    }
  ]
}