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

FHIR IG analytics

Packageihe.iti.mcsd
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-ex-OrgAff.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 ex-OrgAff

Profile: mCSD Organization Affiliation

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

active: true

period: 2022-02-10 --> (ongoing)

organization: Organization Organization-ExamplePartner

participatingOrganization: Organization OrgA

code: HIE/HIO


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "ex-OrgAff",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.OrganizationAffiliation"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "period": {
    "start": "2022-02-10"
  },
  "organization": {
    "reference": "Organization/MCSDOrganization-ExamplePartner"
  },
  "participatingOrganization": {
    "reference": "Organization/ex-OrgA"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/organization-role",
          "code": "HIE/HIO"
        }
      ]
    }
  ]
}