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

FHIR IG analytics

Packageehealth4u.package
Resource TypePractitionerRole
IdPractitioner license - Antri Michael.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": "cyehrpractitionerlicense-andrimichael",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-practitionerlicense-r4"
    ]
  },
  "active": "true",
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.3.9143.2.1.11",
      "value": "AM-LN-1111"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/cyehrpractitioner-dr-andrimichael"
  },
  "organization": {
    "reference": "Organization/cyehrmedicalteam-helengeorgiou-drhelengeorgioumo",
    "extension": [
      {
        "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-custodian",
        "valueBoolean": false
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.113883.2.9.6.2.7",
        "code": "221",
        "display": "Medical doctors"
      }
    ],
    "text": "Doctor"
  },
  "specialty": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "419772000",
        "display": "Family practice"
      }
    ]
  }
}