FHIR IG analytics| Package | hl7.fhir.uv.vhdir |
| Resource Type | OrganizationAffiliation |
| Id | OrganizationAffiliation-orgrole2.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}