Class FhirUtilities

java.lang.Object
org.projecthusky.fhir.structures.utils.FhirUtilities

public class FhirUtilities extends Object
Since:
Sep 18, 2017 8:31:23 AM
Version:
1.0
Author:
roeland
  • Method Summary

    Modifier and Type
    Method
    Description
    static Code
    toCode(org.hl7.fhir.r4.model.CodeableConcept aCodeableConcept)
    Instantiates a new code from FHIR CodeableConcept. Instantiiert ein neues Code Objekt von FHIR7 CodeableConcept
    static Code
    toCode(org.hl7.fhir.r4.model.Coding aCoding)
    Instantiates a new code from FHIR Coding. Instantiiert ein neues Code Objekt von FHIR Coding
    toIdentificator(org.hl7.fhir.r4.model.Identifier identifier)
    Creates a new Identificator Erstellt einen neuen Identifikator.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • toCode

      public static Code toCode(org.hl7.fhir.r4.model.CodeableConcept aCodeableConcept)
      Instantiates a new code from FHIR CodeableConcept.
      Instantiiert ein neues Code Objekt von FHIR7 CodeableConcept
      Parameters:
      aCodeableConcept -
      the CodeableConcept to be converted
      Das CodeableConcept zum konvertieren
      Returns:

      new instance of type Code
      Neue Instanz vom Typ Code
    • toCode

      public static Code toCode(org.hl7.fhir.r4.model.Coding aCoding)
      Instantiates a new code from FHIR Coding.
      Instantiiert ein neues Code Objekt von FHIR Coding
      Parameters:
      aCoding -
      the Coding to be converted to Code
      Die Coding Instanz die in eine Code Instanz konvertiert werden soll.
      Returns:

      new instance of type Code
      Neue Instanz vom Typ Code
    • toIdentificator

      public static Identificator toIdentificator(org.hl7.fhir.r4.model.Identifier identifier)
      Creates a new Identificator
      Erstellt einen neuen Identifikator.
      Parameters:
      identifier -
      the identifier to be used
      der identifier der zum convertieren ist.
      Returns:

      the Identificator initialized
      der initialisierte Identificator