FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | OrganizationAffiliation |
| Id | OrganizationAffiliation-OrgOneNetwork1Affiliation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OrganizationAffiliation OrgOneNetwork1Affiliation
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: NDH OrganizationAffiliation Profile
NDH Verification Status: Incomplete
identifier: http://example.org/ndh-identifiers/OrgOneNetwork1Affiliation
active: true
period: ?? --> 2023-12-31 23:59:59+0000
organization: Organization OrgOneWithNetwork1AndNetwork2
network: Organization Network1
code: Hospital
{
"resourceType": "OrganizationAffiliation",
"id": "OrgOneNetwork1Affiliation",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-OrganizationAffiliation"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
"code": "incomplete"
}
]
}
}
],
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "OrgOneNetwork1Affiliation"
}
],
"active": true,
"period": {
"end": "2023-12-31T23:59:59.0000000+00:00"
},
"organization": {
"reference": "Organization/OrgOneWithNetwork1AndNetwork2"
},
"network": [
{
"reference": "Organization/Network1"
}
],
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-affiliation-role",
"code": "hospital",
"display": "Hospital"
}
]
}
]
}