DaVinci PDEX Plan Net STU Ballot

This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Example: orgrole2

{
  "resourceType" : "OrganizationAffiliation",
  "id" : "orgrole2",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-OrganizationAffiliation"
    ]
  },
  "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" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NIIP",
            "display" : "National Insurance Payor Identifier (Payor)",
            "userSelected" : true
          }
        ],
        "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"
    }
  ]
}