FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.vhdir
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-orgrole2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OrganizationAffiliation orgrole2

identifier: member hospital/hosp32 (use: secondary, ) (status: active)

active: true

organization: Monument Health Information Exchange

participatingOrganization: Founding Fathers Memorial Hospital

code: Hospital member

endpoint: Founding Fathers Memorial Hospital HIE endpoint


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "orgrole2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organizationaffiliation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}