VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

JSON Format: OrganizationAffiliation-orgrole2

Raw json

{
  "resourceType" : "OrganizationAffiliation",
  "id" : "orgrole2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: orgrole2</p><p><b>identifier</b>: member hospital = hosp32 (SECONDARY)</p><p><b>active</b>: true</p><p><b>organization</b>: <a href="Organization-monumentHIE.html">Monument Health Information Exchange. Generated Summary: id: monumentHIE; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type other}">Health information exchange organization</span>; name: Monument Health Information Exchange</a></p><p><b>participatingOrganization</b>: <a href="Organization-foundingfathers.html">Founding Fathers Memorial Hospital. Generated Summary: id: foundingfathers; NPI = 1345678910 (OFFICIAL); active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Hospital</span>; name: Founding Fathers Memorial Hospital; alias: DC Memorial Hospital; ph: 202-101-0123</a></p><p><b>code</b>: Hospital member <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/organization-role code 'member' = 'Member', given as 'Member'})</span></p><p><b>endpoint</b>: Founding Fathers Memorial Hospital HIE endpoint</p></div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
          "valueCode" : "active"
        }
      ],
      "use" : "secondary",
      "type" : {
        "text" : "member hospital"
      },
      "system" : "http://example.org/www.monumentHIE.com",
      "value" : "hosp32",
      "assigner" : {
        "reference" : "Organization/monumentHIE",
        "display" : "Monument Health Information Exchange"
      }
    }
  ],
  "active" : true,
  "organization" : {
    "reference" : "Organization/monumentHIE",
    "display" : "Monument Health Information Exchange"
  },
  "participatingOrganization" : {
    "reference" : "Organization/foundingfathers",
    "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"
    }
  ]
}