BodySite - FHIR Resource (dstu2)
This BodySite Resource uses the
FHIR API standard for access and structure.
Validate an BodySite FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
code | false | CodeableConcept | # Named anatomical location
|
description | false | string | # The Description of anatomical location
|
identifier | true | Identifier | # Bodysite identifier
|
image | true | Attachment | # Attached images
|
modifier | true | CodeableConcept | # Modification to location code
|
patient | false | Reference | # Patient
|
BodySite Structure
{
"resourceType" : "BodySite",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"patient" : { Reference(Patient) }, // R! Patient
"identifier" : [{ Identifier }], // Bodysite identifier
"code" : { CodeableConcept }, // Named anatomical location
"modifier" : [{ CodeableConcept }], // Modification to location code
"description" : "<string>", // The Description of anatomical location
"image" : [{ Attachment }] // Attached images
}
BodySite Search Parameters
The following search parameters can be used to query BodySite resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/BodySite?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
code | text | code |
identifier | text | identifier |
patient | reference | patient |