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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypePractitioner
IdPractitioner-example.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": "ca-csd-example-practitioner",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Practitioner"
    ]
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/practitioner-identifiers",
      "value": "123456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Smith",
      "given": [
        "John"
      ]
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en",
          "display": "English"
        }
      ],
      "text": "English"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-5555",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "456 Elm Street"
      ],
      "city": "Smalltown",
      "state": "NS",
      "postalCode": "B3H0Z7",
      "country": "CAN"
    }
  ]
}