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

FHIR IG analytics

Packageca.on.oh-cms
Resource TypePractitioner
IdPractitioner-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

Hospital XYZ, Bat Street, second floor, Neuro Radiology Operation Room 1

Source1

{
  "resourceType": "Practitioner",
  "id": "example-cms-practitioner",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Practitioner|1.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "RRI"
          }
        ],
        "text": "eHealth PPR UPI"
      },
      "system": "http://ehealthontario.ca/fhir/NamingSystem/upi",
      "value": "24"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LN"
          }
        ],
        "text": "Ontario Medical License Number"
      },
      "system": "http://infoway-inforoute.ca/fhir/NamingSystem/ca-on-license-physician",
      "value": "24"
    },
    {
      "system": "http://ehealthontario.ca/fhir/NamingSystem/identity-provider-oneid",
      "value": "test1.oaugthpartner@oneid.on.ca"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "FeelGood",
      "given": [
        "Joseph"
      ],
      "prefix": "Dr.",
      "suffix": [
        "III",
        "PhD",
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "joseph.jfeelgood@oneid.on.ca",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "647.742.5041",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "905.638.2345",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "514 Bay Street"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1X 2B6"
    }
  ],
  "gender": "male",
  "birthDate": "1975-07-30"
}