FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example OrganizationAffiliation/orgrole1 (JSON)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Provider of rehabilitation services

{
  "resourceType" : "OrganizationAffiliation",
  "id" : "orgrole1",
  "identifier" : [{
    "use" : "secondary",
    "system" : "http://example.org/www.foundingfathersmemorial.com",
    "value" : "service002",
    "assigner" : {
      "display" : "Founding Fathers Memorial Hospital"
    }
  }],
  "active" : true,
  "period" : {
    "start" : "2018-02-09",
    "end" : "2022-02-01"
  },
  "organization" : {
    "display" : "Founding Fathers Memorial Hospital"
  },
  "participatingOrganization" : {
    "display" : "Independence Rehabilitation Services, Inc."
  },
  "network" : [{
    "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" : [{
    "display" : "Founding Fathers Memorial Hospital"
  }],
  "healthcareService" : [{
    "display" : "Inpatient rehabilitation services"
  },
  {
    "display" : "Outpatient rehabilitation services"
  }],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "202-109-8765",
      "use" : "work"
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.