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

FHIR IG analytics

Packageca.infoway.vip.mert
Resource TypeStructureDefinition
IdStructureDefinition-PractitionerRoleMERT.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerRoleMERT
URLhttps://intrahealth.com/fhir/mert/StructureDefinition/PractitionerRoleMERT
Statusdraft
NamePractitionerRoleMERT
TitlePractitionerRole (MERT)
DescriptionThis profile represents a User in a system. The PracitionerMERT linked to this PractitionerRoleMERT would carry the demographic details of the User.
TypePractitionerRole
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca.infoway.vip.mert#0.1.0-retryOrganizationMERTOrganization (MERT)
ca.infoway.vip.mert#0.1.0-retryPractitionerMERTPractitioner (MERT)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "PractitionerRoleMERT",
  "url": "https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerRoleMERT",
  "name": "PractitionerRoleMERT",
  "title": "PractitionerRole (MERT)",
  "status": "draft",
  "description": "This profile represents a User in a system. The PracitionerMERT linked to this PractitionerRoleMERT would carry the demographic details of the User.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/PractitionerMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/OrganizationMERT"
            ]
          }
        ]
      }
    ]
  }
}