National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"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",
"text" : {
"status" : "extensions"
},
"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"
}
]
}
]
}