DRAFT (not intended for production usage). Published on 2024-02-26 08:16:21+0100 by HL7 Europe (HL7 Europe: http://hl7.eu). Used by permission of HL7 Europe, all rights reserved Creative Commons License
Source Code | Relationship | Target Code | Comment |
Author.identifier (A.1.5.1 Author identifier) | | Composition.author.identifier | |
Author.name (A.1.5.2 Author name) | | Composition.author.name | Human Author and author.ofType(Practitioner) |
Author.name (A.1.5.2 Author name) | | Composition.author.Practitioner.name | Human Author and author.ofType(PractitionerRole) |
Author.name (A.1.5.2 Author name) | | Composition.device.name | Device Author, implies author.ofType(Device) |
Author.organization (A.1.5.3 Author organization) | | Composition.author.organization | Human Author and author.ofType(PractitionerRole) |
Author.organization (A.1.5.3 Author organization) | | Composition.author.owner | Device Author, implies author.ofType(Device) |
Source Code | Relationship | Target Code | Comment |
Author.identifier (A.1.5.1 Author identifier) | | DiagnosticReport.resultsInterpreter.identifier | If the author is the interpreter |
Author.identifier (A.1.5.1 Author identifier) | | DiagnosticReport.performer.identifier | If the author is the performer |
Author.name (A.1.5.2 Author name) | | DiagnosticReport.resultsInterpreter.name | If the author is the interpreter and
resultsInterpreter.resolve().ofType(Practitioner) |
Author.name (A.1.5.2 Author name) | | DiagnosticReport.resultsInterpreter.practitioner.name | If the author is the interpreter and resultsInterpreter.resolve().ofType(PractitionerRole) |
Author.name (A.1.5.2 Author name) | | DiagnosticReport.performer.name | If the author is the performer and performer.resolve().ofType(Practitioner) |
Author.name (A.1.5.2 Author name) | | DiagnosticReport.performer.Practitioner.name | If the author is the performer and performer.resolve().ofType(PractitionerRole) |
Author.organization (A.1.5.3 Author organization) | | DiagnosticReport.resultsInterpreter.organization | If the author is the interpreter and resultsInterpreter.resolve().ofType(PractitionerRole) |
Author.organization (A.1.5.3 Author organization) | | DiagnosticReport.performer.organization | If the author is the performer and performer.resolve().ofType(PractitionerRole) |