Class Basic

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class Basic extends DomainResource
Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.
See Also:
  • Field Details

    • identifier

      Identifier assigned to the resource for business purposes, outside the context of FHIR.
    • code

      protected CodeableConcept code
      Identifies the 'type' of resource - equivalent to the resource name for other resources.
    • subject

      protected Reference subject
      Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.
    • subjectTarget

      The actual object that is the target of the reference (Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.)
    • created

      protected DateType created
      Identifies when the resource was first created.
    • author

      protected Reference author
      Indicates who was responsible for creating the resource instance.
    • authorTarget

      The actual object that is the target of the reference (Indicates who was responsible for creating the resource instance.)
    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: Business identifier
      Type: token
      Path: Basic.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: Business identifier
      Type: token
      Path: Basic.identifier

    • SP_CODE

      public static final String SP_CODE
      Search parameter: code

      Description: Kind of Resource
      Type: token
      Path: Basic.code

      See Also:
    • CODE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
      Fluent Client search parameter constant for code

      Description: Kind of Resource
      Type: token
      Path: Basic.code

    • SP_SUBJECT

      public static final String SP_SUBJECT
      Search parameter: subject

      Description: Identifies the focus of this resource
      Type: reference
      Path: Basic.subject

      See Also:
    • SUBJECT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
      Fluent Client search parameter constant for subject

      Description: Identifies the focus of this resource
      Type: reference
      Path: Basic.subject

    • INCLUDE_SUBJECT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Basic:subject".
    • SP_CREATED

      public static final String SP_CREATED
      Search parameter: created

      Description: When created
      Type: date
      Path: Basic.created

      See Also:
    • CREATED

      public static final ca.uhn.fhir.rest.gclient.DateClientParam CREATED
      Fluent Client search parameter constant for created

      Description: When created
      Type: date
      Path: Basic.created

    • SP_PATIENT

      public static final String SP_PATIENT
      Search parameter: patient

      Description: Identifies the focus of this resource
      Type: reference
      Path: Basic.subject

      See Also:
    • PATIENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description: Identifies the focus of this resource
      Type: reference
      Path: Basic.subject

    • INCLUDE_PATIENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Basic:patient".
    • SP_AUTHOR

      public static final String SP_AUTHOR
      Search parameter: author

      Description: Who created
      Type: reference
      Path: Basic.author

      See Also:
    • AUTHOR

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
      Fluent Client search parameter constant for author

      Description: Who created
      Type: reference
      Path: Basic.author

    • INCLUDE_AUTHOR

      public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Basic:author".
  • Constructor Details

  • Method Details