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

FHIR IG analytics

Packageca.on.mi.pkg
Resource TypePractitioner
IdPractitioner-practitioner1.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": "practitioner1",
  "meta": {
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-practitioner",
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-license-physician",
      "value": "12345"
    }
  ],
  "name": [
    {
      "family": "Adams",
      "given": [
        "Ben",
        "William"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "222-333-6666",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "123 Main St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1M M1M",
      "country": "CAN"
    }
  ]
}