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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypeStructureDefinition
IdPractitioner
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.healthpei.io.core@0.1.7-DFT&canonical=http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Practitioner
URLhttp://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Practitioner
Statusdraft
NamePractitioner
TitlePractitioner
DescriptionA person who is directly or indirectly involved in the provisioning of healthcare.
TypePractitioner
Kindresource

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": "StructureDefinition",
  "id": "Practitioner",
  "url": "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Practitioner",
  "name": "Practitioner",
  "title": "Practitioner",
  "status": "draft",
  "description": "A person who is directly or indirectly involved in the provisioning of healthcare.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.prefix",
        "path": "Practitioner.name.prefix",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.suffix",
        "path": "Practitioner.name.suffix",
        "mustSupport": true
      }
    ]
  }
}