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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypePractitionerRole
IdPractitionerRole_CODI.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": "PractitionerRole",
  "id": "AREAS.practitionerrole-codi",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/PractitionerRole_CODI_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerRole-degreeDate",
      "valueDateTime": "2010-09-09"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerRole-professionalInformation",
      "extension": [
        {
          "url": "date",
          "valueDateTime": "2004-11-03"
        },
        {
          "url": "address",
          "valueAddress": {
            "_district": {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
                  "valueCoding": {
                    "system": "http://terminology.hl7.it/CodeSystem/mef-ae-province",
                    "code": "LI",
                    "display": "Livorno"
                  }
                }
              ]
            }
          }
        }
      ]
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerrole-periodoValidita",
      "valuePeriod": {
        "start": "2007-01-01"
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerrole-note",
      "valueString": "note aggiuntive"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerrole-motivazioneChiusura",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://cct.eng.it/FHIR/schema/practitionerrole-motivazioneChiusuraCode",
            "code": "codice di chiusura",
            "display": "descrizione del codice di chiusura"
          }
        ]
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerrole-dataFineContabile",
      "valueDateTime": "2030-02-03"
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerrole-prescrittore",
      "valueBoolean": true
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/practitionerrole-dataUltimaModificaIncarico",
      "valueDateTime": "2010-02-03"
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "XXXXXXXXXXXXXXXX"
    },
    {
      "system": "http://eng.it/sid/codiceGenerale",
      "value": "g12345"
    },
    {
      "system": "http://eng.it/sid/codiceRegionale",
      "value": "999"
    },
    {
      "system": "http://eng.it/sid/codiceEnpam",
      "value": "111"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/id",
    "identifier": {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "XXXXXXXXXXXXXXXX"
    },
    "display": "Descrizione practitioner"
  },
  "organization": {
    "reference": "Organization/id"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.it/CodeSystem/it-v3RoleCode",
          "code": "MMG"
        }
      ]
    }
  ]
}