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

FHIR IG analytics

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