codeableConceptFromBodySiteForBp top-level property

Map<BodySiteForBp, CodeableConcept> codeableConceptFromBodySiteForBp
final

Implementation

final codeableConceptFromBodySiteForBp = {
  BodySiteForBp.right_arm: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('368209003'),
      display: 'Right upper arm structure (body structure)',
    ),
  ], text: 'Right Arm'),
  BodySiteForBp.right_forearm: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('64262003'),
      display: 'Structure of right forearm (body structure)',
    ),
  ], text: 'Right Forearm'),
  BodySiteForBp.left_arm: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('368208006'),
      display: 'Left upper arm structure (body structure)',
    ),
  ], text: 'Left Arm'),
  BodySiteForBp.left_forearm: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('66480008'),
      display: 'Structure of left forearm (body structure)',
    ),
  ], text: 'Left Forearm'),
  BodySiteForBp.right_thigh: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('11207009'),
      display: 'Structure of right thigh (body structure)',
    ),
  ], text: 'Right Thigh'),
  BodySiteForBp.right_calf: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('32696007'),
      display: 'Structure of right lower leg (body structure)',
    ),
  ], text: 'Right Calf'),
  BodySiteForBp.left_thigh: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('61396006'),
      display: 'Structure of left thigh (body structure)',
    ),
  ], text: 'Left Thigh'),
  BodySiteForBp.left_calf: CodeableConcept(coding: [
    Coding(
      system: FhirUri('http://snomed.info/sct'),
      code: Code('48979004'),
      display: 'Structure of left lower leg (body structure)',
    ),
  ], text: 'Left Calf'),
};