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

FHIR IG analytics

Packagefhir.ca-bc.provider
Resource TypePractitionerRole
IdPractitionerRole-RELN.175.PRS.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: PractitionerRole RELN.175.PRS

BC Practitioner to Location Type Extension.: WORKSAT

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

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

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


Source1

{
  "resourceType": "PractitionerRole",
  "id": "RELN.175.PRS",
  "meta": {
    "profile": [
      "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-role-relationships"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-location-relationship-type-extension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://terminology.hlth.gov.bc.ca/ProviderLocationRegistry/CodeSystem/bc-location-relationship-type-code-system",
            "code": "WORKSAT"
          }
        ]
      }
    }
  ],
  "period": {
    "start": "2000-01-01"
  },
  "practitioner": {
    "identifier": {
      "system": "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-plr-ipc",
      "value": "IPC.00147433.BC.PRS",
      "period": {
        "start": "2000-01-01"
      }
    }
  },
  "location": [
    {
      "identifier": {
        "system": "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-plr-ifc",
        "value": "IFC.00047422.BC.PRS",
        "period": {
          "start": "2000-01-01"
        }
      }
    }
  ]
}