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

FHIR IG analytics

Packagefhir.ca-bc.provider
Resource TypeOrganizationAffiliation
IdOrganizationAffiliation-Example-OrganizationAffiliation-Loc2.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 Example-OrganizationAffiliation-Loc2

period: 2000-01-01 --> (ongoing)

organization: Identifier: https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-plr-ipc/IPC.90009000.PRS.BC (, period: 2000-01-01 --> (ongoing))

code: OWNS

location: Identifier: https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-plr-ifc/IFC.001474222.BC.PRS (, period: 2000-01-01 --> (ongoing))


Source1

{
  "resourceType": "OrganizationAffiliation",
  "id": "Example-OrganizationAffiliation-Loc2",
  "meta": {
    "profile": [
      "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-organization-affiliation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "period": {
    "start": "2000-01-01"
  },
  "organization": {
    "identifier": {
      "system": "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-plr-ipc",
      "value": "IPC.90009000.PRS.BC",
      "period": {
        "start": "2000-01-01"
      }
    }
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://terminology.hlth.gov.bc.ca/ProviderLocationRegistry/CodeSystem/bc-location-relationship-type-code-system",
          "code": "OWNS"
        }
      ]
    }
  ],
  "location": [
    {
      "identifier": {
        "system": "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-plr-ifc",
        "value": "IFC.001474222.BC.PRS",
        "period": {
          "start": "2000-01-01"
        }
      }
    }
  ]
}