DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2

4.2 Resource BodySite - Content

Orders and Observations Work GroupMaturity Level: 0Compartments: Patient

Record details about the anatomical location of a specimen or body part. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.

4.2.1 Scope and Usage

DSTU Note: Feedback is welcome on whether BodySite should be an independent resource or a datatype to be used when a resource element is an anatomic location (for example Observation.bodySite)

Feedback is welcome here .

The BodySite resource contains details about the anatomical location of a specimen or body part, including patient information, identifiers, as well as text descriptons and images. It provides for the addition of modifiers such as laterality and directionality to the anatomic location for those use cases where precoordination of codes is not possible. The BodySite resource supports recording and tracking of an anatomic location or structure on a patient outside the context of another resource. For example it can be the target of a Procedure resource or Observation resource.

4.2.2 Boundaries and Relationships

The BodySite resource is not intended to substitute for precoordination of codes. If precoordination of codes is supported by an implementation and a resource element has a choice of codeableConcept or BodySite, the codeableConcept should be used. This resource is not intended for describing the type of anatomical location but rather a specific body site on a specific patient.

This resource is referenced by DeviceUseRequest, DeviceUseStatement, MedicationAdministration, MedicationDispense, MedicationOrder and MedicationStatement

4.2.3 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BodySite DomainResourceSpecific and identified anatomical location
... patient Σ1..1Reference(Patient)Patient
... identifier Σ0..*IdentifierBodysite identifier
... code Σ0..1CodeableConceptNamed anatomical location
SNOMED CT Body Structures (Example)
... modifier 0..*CodeableConceptModification to location code
Bodysite Location Modifier (Example)
... description Σ0..1stringThe Description of anatomical location
... image 0..*AttachmentAttached images

doco Documentation for this format

XML Template

<BodySite xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <patient><!-- 1..1 Reference(Patient) Patient --></patient>
 <identifier><!-- 0..* Identifier Bodysite identifier --></identifier>
 <code><!-- 0..1 CodeableConcept Named anatomical location --></code>
 <modifier><!-- 0..* CodeableConcept Modification to location code --></modifier>
 <description value="[string]"/><!-- 0..1 The Description of anatomical location -->
 <image><!-- 0..* Attachment Attached images --></image>
</BodySite>

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BodySite DomainResourceSpecific and identified anatomical location
... patient Σ1..1Reference(Patient)Patient
... identifier Σ0..*IdentifierBodysite identifier
... code Σ0..1CodeableConceptNamed anatomical location
SNOMED CT Body Structures (Example)
... modifier 0..*CodeableConceptModification to location code
Bodysite Location Modifier (Example)
... description Σ0..1stringThe Description of anatomical location
... image 0..*AttachmentAttached images

doco Documentation for this format

XML Template

<BodySite xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <patient><!-- 1..1 Reference(Patient) Patient --></patient>
 <identifier><!-- 0..* Identifier Bodysite identifier --></identifier>
 <code><!-- 0..1 CodeableConcept Named anatomical location --></code>
 <modifier><!-- 0..* CodeableConcept Modification to location code --></modifier>
 <description value="[string]"/><!-- 0..1 The Description of anatomical location -->
 <image><!-- 0..* Attachment Attached images --></image>
</BodySite>

 

Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire

4.2.3.1 Terminology Bindings

PathDefinitionTypeReference
BodySite.code Codes describing anatomical locations. May include lateralityExampleSNOMED CT Body Structures
BodySite.modifier Concepts modifying the anatomic locationExampleBodysite Location Modifier

4.2.4 Search Parameters

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
codetokenNamed anatomical locationBodySite.code
identifiertokenIdentifier for this instance of the anatomical locationBodySite.identifier
patientreferencePatient to whom bodysite belongsBodySite.patient
(Patient)