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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypePractitioner
IdPractitioner-example-practitioner-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "example-practitioner-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/Practitioner",
      "value": "PR123456"
    }
  ],
  "name": [
    {
      "family": "Bambrick",
      "given": [
        "Kiki",
        "Avery"
      ],
      "text": "Dr. Kiki Avery Bambrick"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "604-555-1234",
      "use": "work"
    },
    {
      "system": "email",
      "value": "dr.smith@vgh.ca",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "123 Main Street"
      ],
      "city": "Vancouver",
      "state": "BC",
      "postalCode": "V6B 1A1",
      "country": "CA"
    }
  ],
  "gender": "female",
  "birthDate": "1975-06-15",
  "active": true
}