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/orgrole2 (JSON)

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

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

Hospital member

{
  "resourceType" : "OrganizationAffiliation",
  "id" : "orgrole2",
  "identifier" : [{
    "use" : "secondary",
    "type" : {
      "text" : "member hospital"
    },
    "system" : "http://example.org/www.monumentHIE.com",
    "value" : "hosp32",
    "assigner" : {
      "display" : "Monument Health Information Exchange"
    }
  }],
  "active" : true,
  "organization" : {
    "display" : "Monument Health Information Exchange"
  },
  "participatingOrganization" : {
    "display" : "Founding Fathers Memorial Hospital"
  },
  "code" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/organization-role",
      "code" : "member",
      "display" : "Member"
    }],
    "text" : "Hospital member"
  }],
  "endpoint" : [{
    "display" : "Founding Fathers Memorial Hospital HIE endpoint"
  }]
}

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.