FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/PractitionerRole-mmg

Packageeng.fhir.profile.dev
Resource TypeStructureDefinition
IdPractitionerRole-mmg
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=https://pnt.gov/fhir/StructureDefinition/PractitionerRole-mmg
URLhttps://pnt.gov/fhir/StructureDefinition/PractitionerRole-mmg
Version0.1.0
Statusactive
Date2023-06-08T11:18:50.9710038+00:00
NamePractitionerRoleMMG
TitlePractitionerRole - MMG/PLS
Authorityhl7
DescriptionProfilo base specifico per PractitionerRole: include le informazioni minime per descrivere un Medico Medicina Generale od un Pediatra di Libera Scelta e la sua ASL di appartenenza
TypePractitionerRole
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
..PractitionerRole0..*PractitionerRoleItBaseRoles/organizations the practitioner is associated with
...identifier0..*IdentifierIdentificativo del MMG/PLS (e.g. Codice Fiscale, ID Regionale)
...practitioner0..1Reference(Practitioner - base)Dettagli del Medico
...organization0..1Reference(Organization - Operatore sanitario/socio sanitario)Azienda Sanitaria di Appartenenza
...code0..*CodeableConceptRoles which this practitioner may perform
Binding: Tipo medico di famiglia (required)

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PractitionerRole-mmg",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://pnt.gov/fhir/StructureDefinition/PractitionerRole-mmg",
  "version": "0.1.0",
  "name": "PractitionerRoleMMG",
  "title": "PractitionerRole - MMG/PLS",
  "status": "active",
  "date": "2023-06-08T11:18:50.9710038+00:00",
  "publisher": "HL7 Italia",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.it"
        }
      ]
    }
  ],
  "description": "Profilo base specifico per PractitionerRole:  include le informazioni minime per descrivere un Medico Medicina Generale od un Pediatra di Libera Scelta e la sua ASL di appartenenza",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.it/fhir/StructureDefinition/PractitionerRole-it-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.identifier",
        "path": "PractitionerRole.identifier",
        "short": "Identificativo del MMG/PLS (e.g. Codice Fiscale, ID Regionale)"
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "short": "Dettagli del Medico"
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "short": "Azienda Sanitaria di Appartenenza",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.it/fhir/StructureDefinition/Organization-it-hcp"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.it/fhir/ValueSet/mmgOrPls"
        }
      }
    ]
  }
}