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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-OrgOneNetwork1Affiliation.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 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


Source1

{
  "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"
        }
      ]
    }
  ]
}