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-3.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-3",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitioner-ca-core"
    ]
  },
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Okoro",
      "given": [
        "Riley"
      ],
      "text": "Dr. Riley Okoro"
    }
  ],
  "gender": "female",
  "birthDate": "1985-06-15",
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/Practitioner",
      "value": "PR789013"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "604-555-6789",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "1234 Medical Plaza"
      ],
      "city": "Vancouver",
      "state": "BC",
      "postalCode": "V6B 1A1",
      "country": "CA",
      "text": "1234 Medical Plaza, Vancouver, BC V6B 1A1"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "code": "66862007",
            "system": "http://snomed.info/sct",
            "display": "Radiologist (occupation)"
          }
        ],
        "text": "Radiologist"
      },
      "issuer": {
        "reference": "Organization/example-organization-ca-core"
      },
      "period": {
        "start": "2015-01-01",
        "end": "2025-12-31"
      }
    }
  ]
}