This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
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.