public class BodySite extends DomainResource
| Modifier and Type | Field and Description |
|---|---|
protected CodeableConcept |
code
Named anatomical location - ideally coded where possible.
|
protected StringType |
description
Description of anatomical location.
|
protected List<Identifier> |
identifier
Identifier for this instance of the anatomical location.
|
protected List<Attachment> |
image
Image or images used to identify a location.
|
protected List<CodeableConcept> |
modifier
Modifier to refine the anatomical location.
|
protected Reference |
patient
The person to which the body site belongs.
|
protected Patient |
patientTarget
The actual object that is the target of the reference (The person to which the body site belongs.)
|
static String |
SP_CODE |
static String |
SP_IDENTIFIER |
static String |
SP_PATIENT |
contained, extension, modifierExtension, textid, implicitRules, language, metaaddContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, getStructureFhirVersionEnum, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetasetIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected Patient patientTarget
protected List<Identifier> identifier
protected CodeableConcept code
protected List<CodeableConcept> modifier
protected StringType description
protected List<Attachment> image
public static final String SP_IDENTIFIER
public static final String SP_CODE
public static final String SP_PATIENT
public Reference getPatient()
patient (The person to which the body site belongs.)public boolean hasPatient()
public BodySite setPatient(Reference value)
value - patient (The person to which the body site belongs.)public Patient getPatientTarget()
patient The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The person to which the body site belongs.)public BodySite setPatientTarget(Patient value)
value - patient The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The person to which the body site belongs.)public List<Identifier> getIdentifier()
identifier (Identifier for this instance of the anatomical location.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Identifier for this instance of the anatomical location.)public BodySite addIdentifier(Identifier t)
public CodeableConcept getCode()
code (Named anatomical location - ideally coded where possible.)public boolean hasCode()
public BodySite setCode(CodeableConcept value)
value - code (Named anatomical location - ideally coded where possible.)public List<CodeableConcept> getModifier()
modifier (Modifier to refine the anatomical location. These include modifiers for laterality, relative location, directionality, number, and plane.)public boolean hasModifier()
public CodeableConcept addModifier()
modifier (Modifier to refine the anatomical location. These include modifiers for laterality, relative location, directionality, number, and plane.)public BodySite addModifier(CodeableConcept t)
public StringType getDescriptionElement()
description (Description of anatomical location.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
public boolean hasDescription()
public BodySite setDescriptionElement(StringType value)
value - description (Description of anatomical location.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
public BodySite setDescription(String value)
value - Description of anatomical location.public List<Attachment> getImage()
image (Image or images used to identify a location.)public boolean hasImage()
public Attachment addImage()
image (Image or images used to identify a location.)public BodySite addImage(Attachment t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic BodySite copy()
copy in class DomainResourcepublic boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.