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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypePractitionerRole
IdPractitionerRole-LIS.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": "medAssId",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/PractitionerRole_Eng"
    ]
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "XXXXXXXXXXXXXXXX"
    },
    {
      "system": "http://eng.it/sid/username",
      "value": "login medico"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.it/CodeSystem/it-v3RoleCode",
          "code": "AS"
        }
      ]
    }
  ],
  "organization": {
    "identifier": {
      "system": "http://terminology.hl7.it/CodeSystem/minsan-fls",
      "value": "AC"
    }
  }
}