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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypePractitionerRole
IdPractitionerRole-b975ec26-4ecf-4588-9fa2-afbb0d9fc530.json
FHIR VersionR4

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

Generated Narrative: PractitionerRole b975ec26-4ecf-4588-9fa2-afbb0d9fc530

identifier: http://example.org/practitioner-role-ids/PR-123456

active: true

practitioner: Practitioner Anna Smith

organization: Organization University Hospital Berlin

code: Medical Doctors


Source1

{
  "resourceType": "PractitionerRole",
  "id": "b975ec26-4ecf-4588-9fa2-afbb0d9fc530",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/practitionerRole-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/practitioner-role-ids",
      "value": "PR-123456"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
  },
  "organization": {
    "reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
  },
  "code": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.9.6.2.7",
          "code": "221",
          "display": "Medical Doctors"
        }
      ]
    }
  ]
}