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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypePractitioner
IdPS-CA BC Practitioner Example.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

Practitioner

Name: Dr. Jane Doe

Identifiers (MSP): [12345]

Role: MD

Qualification: CCFP

Phone: 604-858-3691


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerPSBCExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "meta": {
    "profile": [
      "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-msp-billing-id",
      "value": "12345",
      "display": "MSP"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Doe",
      "given": [
        "Jane"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "fax",
      "value": "(60) 4858 3691",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(60) 4858 3691",
      "use": "work",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "NA",
      "use": "home",
      "rank": 2
    },
    {
      "system": "email",
      "value": "janedoe@ehealth.ab.org",
      "use": "work"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
            "code": "CCFP",
            "display": "Certification in the College of Family Physicians"
          }
        ]
      }
    }
  ]
}