MITRE's 'Mini-CIMI' FHIR Profile: Skin and Wound Assessment, Release 1 (For Comment)

ExchangeForm-WoundComprehensiveHistoryModel

{
  "resourceType" : "StructureDefinition",
  "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>SW ExchangeForm-WoundComprehensiveHistory Logical Model</b></p>
  <p>A collection of all information about a single wound, possibly including many observations taken by different people at different times. Everything in the aggregation relates to the same wound.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-ExchangeForm-WoundComprehensiveHistory-model",
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/sw",
      "value" : "sw.ExchangeForm-WoundComprehensiveHistory"
    }
  ],
  "version" : "1.0.0",
  "name" : "ExchangeForm-WoundComprehensiveHistoryModel",
  "title" : "SW ExchangeForm-WoundComprehensiveHistory Logical Model",
  "status" : "draft",
  "date" : "2018-08-17T00:00:00-04:00",
  "publisher" : "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description" : "A collection of all information about a single wound, possibly including many observations taken by different people at different times. Everything in the aggregation relates to the same wound.",
  "kind" : "logical",
  "abstract" : false,
  "type" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
        "definition" : "A collection of all information about a single wound, possibly including many observations taken by different people at different times. Everything in the aggregation relates to the same wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
          "min" : 0,
          "max" : "*"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.subject",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.subject",
        "code" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "416462003",
            "display" : "Wound (disorder)"
          }
        ],
        "short" : "The person, place, event, condition, other statement that this statement addresses or belongs to.",
        "definition" : "The person, place, event, condition, other statement that this statement addresses or belongs to.
For an existential finding, the Subject is the 'owner' of the object said to exist or not exist. For example, the subject for a condition is a patient; the subject for wound size is a wound. Subjects are themselves statements.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.subject",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-Wound-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode",
        "short" : "A code that describes the type of composition or section, such as a section or document type identifier.",
        "definition" : "A code that describes the type of composition or section, such as a section or document type identifier.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.id",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.extension",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.system",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.system",
        "short" : "Identity of the terminology system",
        "definition" : "The identification of the code system that defines the meaning of the symbol in the code.",
        "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...).  OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.",
        "requirements" : "Need to be unambiguous about the source of the definition of the symbol.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Coding.system",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "fixedUri" : "http://loinc.org",
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.3"
          },
          {
            "identity" : "rim",
            "map" : "./codeSystem"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.version",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.version",
        "short" : "Version of the system - if relevant",
        "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
        "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.version",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.7"
          },
          {
            "identity" : "rim",
            "map" : "./codeSystemVersion"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.code",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.code",
        "short" : "Symbol in syntax defined by the system",
        "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
        "requirements" : "Need to refer to a particular code in the system.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Coding.code",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "fixedCode" : "39135-9",
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.1"
          },
          {
            "identity" : "rim",
            "map" : "./code"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.display",
        "short" : "Representation defined by the system",
        "definition" : "A representation of the meaning of the code in the system, following the rules of the system.",
        "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know  the system.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.display",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.2 - but note this is not well followed"
          },
          {
            "identity" : "rim",
            "map" : "CV.displayName"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.userSelected",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.userSelected",
        "short" : "If this coding was chosen directly by the user",
        "definition" : "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).",
        "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.",
        "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.userSelected",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "boolean"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "Sometimes implied by being first"
          },
          {
            "identity" : "rim",
            "map" : "CD.codingRationale"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [     fhir:source "true";     fhir:target dt:CDCoding.codingRationale\#O   ]"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement",
        "short" : "Base class for all types of clinical statements.",
        "definition" : "Base class for all types of clinical statements.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement",
          "min" : 1,
          "max" : "1"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundType",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundType",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72300-7"
          }
        ],
        "short" : "The type of wound, for example, abrasion or laceration.",
        "definition" : "The type of wound, for example, abrasion or laceration.",
        "min" : 1,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundType",
          "min" : 1,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundType-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTypeEtiology",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTypeEtiology",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "11373-8",
            "display" : "InjuryCause"
          }
        ],
        "short" : "The source or key factor in the formation or acquisition of the wound.",
        "definition" : "The source or key factor in the formation or acquisition of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTypeEtiology",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTypeEtiology-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLocationObservation",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLocationObservation",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39111-0"
          }
        ],
        "short" : "Body location of a wound.",
        "definition" : "Body location of a wound.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLocationObservation",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundLocationObservation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfOnset",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfOnset",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "85585-8"
          }
        ],
        "short" : "The beginning or first appearance of a mental or physical disorder.",
        "definition" : "The beginning or first appearance of a mental or physical disorder.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfOnset",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-entity-TimeOfOnset-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.conditionPresentOnAdmission",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.conditionPresentOnAdmission",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89251-3"
          }
        ],
        "short" : "Whether the condition was present when the patient was admitted.",
        "definition" : "Whether the condition was present when the patient was admitted.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.conditionPresentOnAdmission",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-entity-ConditionPresentOnAdmission-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfAbatement",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfAbatement",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "88878-4"
          }
        ],
        "short" : "The end, remission or resolution of a disease.",
        "definition" : "The end, remission or resolution of a disease.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfAbatement",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-entity-TimeOfAbatement-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPressureUlcerAssociation",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPressureUlcerAssociation",
        "code" : [
          {
            "system" : "urn:tbd",
            "code" : "TBD"
          }
        ],
        "short" : "Is the wound associated with a device or pressure point?",
        "definition" : "Is the wound associated with a device or pressure point?",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPressureUlcerAssociation",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundPressureUlcerAssociation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEpisode",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEpisode",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89252-1",
            "display" : "Episode of Wound"
          }
        ],
        "short" : "Whether the wound is initial or recurrent.",
        "definition" : "Whether the wound is initial or recurrent.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEpisode",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundEpisode-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundAssessmentInterpretation",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundAssessmentInterpretation",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "80338-7"
          }
        ],
        "short" : "Overall assessement of whether the wound is within normal parameters.",
        "definition" : "Overall assessement of whether the wound is within normal parameters.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundAssessmentInterpretation",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundAssessmentInterpretation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.photographicImage",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.photographicImage",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72170-4"
          }
        ],
        "short" : "A photographic documentation of a condition, location, person, etc...",
        "definition" : "A photographic documentation of a condition, location, person, etc...",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.photographicImage",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-PhotographicImage-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTrend",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTrend",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89253-9"
          }
        ],
        "short" : "Whether a condition is improving, worsening, stable, or resolved.",
        "definition" : "Whether a condition is improving, worsening, stable, or resolved.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTrend",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTrend-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPeriwoundDescription",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPeriwoundDescription",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72301-5"
          }
        ],
        "short" : "A description of the skin around the wound (periwound).",
        "definition" : "A description of the skin around the wound (periwound).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPeriwoundDescription",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundPeriwoundDescription-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundVisibleInternalStructure",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundVisibleInternalStructure",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89250-5"
          }
        ],
        "short" : "Exposed body structures, devices, and/or foreign bodies visible by the naked eye in a wound.",
        "definition" : "Exposed body structures, devices, and/or foreign bodies visible by the naked eye in a wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundVisibleInternalStructure",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundVisibleInternalStructure-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearance",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearance",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72371-8"
          }
        ],
        "short" : "Appearance of wound base (bed)",
        "definition" : "Appearance of wound base (bed)",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearance",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedAppearance-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearancePercentage",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearancePercentage",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72370-0"
          }
        ],
        "short" : "Area of wound bed portion appearance/Entire ​Area of wound bed -- Linked to a wound bed appearance",
        "definition" : "Area of wound bed portion appearance/Entire ​Area of wound bed -- Linked to a wound bed appearance",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearancePercentage",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedAppearancePercentage-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39132-6"
          }
        ],
        "short" : "Color of a portion or entire wound base (bed).",
        "definition" : "Color of a portion or entire wound base (bed).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedColor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColorPercentage",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColorPercentage",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89255-4"
          }
        ],
        "short" : "Wound bed area identified by color/​Area of wound bed.",
        "definition" : "Wound bed area identified by color/​Area of wound bed.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColorPercentage",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedColorPercentage-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeDescription",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeDescription",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89256-2"
          }
        ],
        "short" : "The state of the tissue at the edge of the wound.",
        "definition" : "The state of the tissue at the edge of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeDescription",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundEdgeDescription-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeColor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeColor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39133-4"
          }
        ],
        "short" : "Color of Wound edge.",
        "definition" : "Color of Wound edge.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeColor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundEdgeColor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundWidth",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundWidth",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39125-0"
          }
        ],
        "short" : "Width of the wound (perpendicular to longest dimension).",
        "definition" : "Width of the wound (perpendicular to longest dimension).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundWidth",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundWidth-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundDepth",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundDepth",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39127-6"
          }
        ],
        "short" : "Depth of the wound.",
        "definition" : "Depth of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundDepth",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundDepth-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLength",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLength",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39126-8"
          }
        ],
        "short" : "Length of the wound (longest dimension).",
        "definition" : "Length of the wound (longest dimension).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLength",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundLength-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundArea",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundArea",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89260-4"
          }
        ],
        "short" : "Area of the wound.",
        "definition" : "Area of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundArea",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundArea-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAmount",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAmount",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39116-9"
          }
        ],
        "short" : "Drainage amount of wound",
        "definition" : "Drainage amount of wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAmount",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateAmount-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateVolume",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateVolume",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39122-7"
          }
        ],
        "short" : "Appearance of exudate from wound",
        "definition" : "Appearance of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateVolume",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateVolume-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateColor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateColor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72289-2"
          }
        ],
        "short" : "Color of exudate from wound",
        "definition" : "Color of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateColor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateColor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAppearance",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAppearance",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72290-0"
          }
        ],
        "short" : "Appearance of exudate from wound",
        "definition" : "Appearance of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAppearance",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateAppearance-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateOdor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateOdor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72288-4"
          }
        ],
        "short" : "Odor of exudate from wound",
        "definition" : "Odor of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateOdor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateOdor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnel",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnel",
        "code" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "1561000124108",
            "display" : "Wound tunneling (observable entity)"
          }
        ],
        "short" : "The presence of a wound tunnel.",
        "definition" : "The presence of a wound tunnel.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnel",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTunnel-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelLength",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelLength",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72296-7"
          }
        ],
        "short" : "The length of a wound tunnel, in cm.",
        "definition" : "The length of a wound tunnel, in cm.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelLength",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTunnelLength-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelClockDirection",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelClockDirection",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72297-5"
          }
        ],
        "short" : "Clock position of wound tunnel",
        "definition" : "Clock position of wound tunnel",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelClockDirection",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTunnelClockDirection-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUndermining",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUndermining",
        "code" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "454341000124104",
            "display" : "Wound undermining (observable entity)"
          }
        ],
        "short" : "The presence of wound undermining.",
        "definition" : "The presence of wound undermining.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUndermining",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundUndermining-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingLength",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingLength",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72293-4"
          }
        ],
        "short" : "Length of wound undermining.",
        "definition" : "Length of wound undermining.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingLength",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundUnderminingLength-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingClockDirection",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingClockDirection",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72294-2"
          }
        ],
        "short" : "Clock position of wound undermining",
        "definition" : "Clock position of wound undermining",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingClockDirection",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundUnderminingClockDirection-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
        "definition" : "A collection of all information about a single wound, possibly including many observations taken by different people at different times. Everything in the aggregation relates to the same wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model",
          "min" : 0,
          "max" : "*"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.subject",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.subject",
        "code" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "416462003",
            "display" : "Wound (disorder)"
          }
        ],
        "short" : "The person, place, event, condition, other statement that this statement addresses or belongs to.",
        "definition" : "The person, place, event, condition, other statement that this statement addresses or belongs to.
For an existential finding, the Subject is the 'owner' of the object said to exist or not exist. For example, the subject for a condition is a patient; the subject for wound size is a wound. Subjects are themselves statements.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.subject",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-Wound-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode",
        "short" : "A code that describes the type of composition or section, such as a section or document type identifier.",
        "definition" : "A code that describes the type of composition or section, such as a section or document type identifier.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.id",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "xml:id (or equivalent in JSON)",
        "definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.extension",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional Content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.system",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.system",
        "short" : "Identity of the terminology system",
        "definition" : "The identification of the code system that defines the meaning of the symbol in the code.",
        "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...).  OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should de-reference to some definition that establish the system clearly and unambiguously.",
        "requirements" : "Need to be unambiguous about the source of the definition of the symbol.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Coding.system",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "fixedUri" : "http://loinc.org",
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.3"
          },
          {
            "identity" : "rim",
            "map" : "./codeSystem"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.version",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.version",
        "short" : "Version of the system - if relevant",
        "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured. and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
        "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.version",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.7"
          },
          {
            "identity" : "rim",
            "map" : "./codeSystemVersion"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.code",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.code",
        "short" : "Symbol in syntax defined by the system",
        "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
        "requirements" : "Need to refer to a particular code in the system.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Coding.code",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "fixedCode" : "39135-9",
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.1"
          },
          {
            "identity" : "rim",
            "map" : "./code"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.display",
        "short" : "Representation defined by the system",
        "definition" : "A representation of the meaning of the code in the system, following the rules of the system.",
        "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know  the system.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.display",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.2 - but note this is not well followed"
          },
          {
            "identity" : "rim",
            "map" : "CV.displayName"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.userSelected",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.typeCode.userSelected",
        "short" : "If this coding was chosen directly by the user",
        "definition" : "Indicates that this coding was chosen by a user directly - i.e. off a pick list of available items (codes or displays).",
        "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.",
        "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.userSelected",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "boolean"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "Sometimes implied by being first"
          },
          {
            "identity" : "rim",
            "map" : "CD.codingRationale"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [     fhir:source "true";     fhir:target dt:CDCoding.codingRationale\#O   ]"
          }
        ]
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement",
        "short" : "Base class for all types of clinical statements.",
        "definition" : "Base class for all types of clinical statements.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement",
          "min" : 1,
          "max" : "1"
        },
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundType",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundType",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72300-7"
          }
        ],
        "short" : "The type of wound, for example, abrasion or laceration.",
        "definition" : "The type of wound, for example, abrasion or laceration.",
        "min" : 1,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundType",
          "min" : 1,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundType-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTypeEtiology",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTypeEtiology",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "11373-8",
            "display" : "InjuryCause"
          }
        ],
        "short" : "The source or key factor in the formation or acquisition of the wound.",
        "definition" : "The source or key factor in the formation or acquisition of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTypeEtiology",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTypeEtiology-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLocationObservation",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLocationObservation",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39111-0"
          }
        ],
        "short" : "Body location of a wound.",
        "definition" : "Body location of a wound.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLocationObservation",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundLocationObservation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfOnset",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfOnset",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "85585-8"
          }
        ],
        "short" : "The beginning or first appearance of a mental or physical disorder.",
        "definition" : "The beginning or first appearance of a mental or physical disorder.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfOnset",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-entity-TimeOfOnset-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.conditionPresentOnAdmission",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.conditionPresentOnAdmission",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89251-3"
          }
        ],
        "short" : "Whether the condition was present when the patient was admitted.",
        "definition" : "Whether the condition was present when the patient was admitted.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.conditionPresentOnAdmission",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-entity-ConditionPresentOnAdmission-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfAbatement",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfAbatement",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "88878-4"
          }
        ],
        "short" : "The end, remission or resolution of a disease.",
        "definition" : "The end, remission or resolution of a disease.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.timeOfAbatement",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/shr-entity-TimeOfAbatement-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPressureUlcerAssociation",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPressureUlcerAssociation",
        "code" : [
          {
            "system" : "urn:tbd",
            "code" : "TBD"
          }
        ],
        "short" : "Is the wound associated with a device or pressure point?",
        "definition" : "Is the wound associated with a device or pressure point?",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPressureUlcerAssociation",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundPressureUlcerAssociation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEpisode",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEpisode",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89252-1",
            "display" : "Episode of Wound"
          }
        ],
        "short" : "Whether the wound is initial or recurrent.",
        "definition" : "Whether the wound is initial or recurrent.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEpisode",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundEpisode-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundAssessmentInterpretation",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundAssessmentInterpretation",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "80338-7"
          }
        ],
        "short" : "Overall assessement of whether the wound is within normal parameters.",
        "definition" : "Overall assessement of whether the wound is within normal parameters.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundAssessmentInterpretation",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundAssessmentInterpretation-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.photographicImage",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.photographicImage",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72170-4"
          }
        ],
        "short" : "A photographic documentation of a condition, location, person, etc...",
        "definition" : "A photographic documentation of a condition, location, person, etc...",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.photographicImage",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-PhotographicImage-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTrend",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTrend",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89253-9"
          }
        ],
        "short" : "Whether a condition is improving, worsening, stable, or resolved.",
        "definition" : "Whether a condition is improving, worsening, stable, or resolved.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTrend",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTrend-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPeriwoundDescription",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPeriwoundDescription",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72301-5"
          }
        ],
        "short" : "A description of the skin around the wound (periwound).",
        "definition" : "A description of the skin around the wound (periwound).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundPeriwoundDescription",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundPeriwoundDescription-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundVisibleInternalStructure",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundVisibleInternalStructure",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89250-5"
          }
        ],
        "short" : "Exposed body structures, devices, and/or foreign bodies visible by the naked eye in a wound.",
        "definition" : "Exposed body structures, devices, and/or foreign bodies visible by the naked eye in a wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundVisibleInternalStructure",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundVisibleInternalStructure-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearance",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearance",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72371-8"
          }
        ],
        "short" : "Appearance of wound base (bed)",
        "definition" : "Appearance of wound base (bed)",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearance",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedAppearance-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearancePercentage",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearancePercentage",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72370-0"
          }
        ],
        "short" : "Area of wound bed portion appearance/Entire ​Area of wound bed -- Linked to a wound bed appearance",
        "definition" : "Area of wound bed portion appearance/Entire ​Area of wound bed -- Linked to a wound bed appearance",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedAppearancePercentage",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedAppearancePercentage-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39132-6"
          }
        ],
        "short" : "Color of a portion or entire wound base (bed).",
        "definition" : "Color of a portion or entire wound base (bed).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedColor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColorPercentage",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColorPercentage",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89255-4"
          }
        ],
        "short" : "Wound bed area identified by color/​Area of wound bed.",
        "definition" : "Wound bed area identified by color/​Area of wound bed.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundBedColorPercentage",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundBedColorPercentage-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeDescription",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeDescription",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89256-2"
          }
        ],
        "short" : "The state of the tissue at the edge of the wound.",
        "definition" : "The state of the tissue at the edge of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeDescription",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundEdgeDescription-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeColor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeColor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39133-4"
          }
        ],
        "short" : "Color of Wound edge.",
        "definition" : "Color of Wound edge.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundEdgeColor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundEdgeColor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundWidth",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundWidth",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39125-0"
          }
        ],
        "short" : "Width of the wound (perpendicular to longest dimension).",
        "definition" : "Width of the wound (perpendicular to longest dimension).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundWidth",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundWidth-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundDepth",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundDepth",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39127-6"
          }
        ],
        "short" : "Depth of the wound.",
        "definition" : "Depth of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundDepth",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundDepth-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLength",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLength",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39126-8"
          }
        ],
        "short" : "Length of the wound (longest dimension).",
        "definition" : "Length of the wound (longest dimension).",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundLength",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundLength-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundArea",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundArea",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "89260-4"
          }
        ],
        "short" : "Area of the wound.",
        "definition" : "Area of the wound.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundArea",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundArea-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAmount",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAmount",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39116-9"
          }
        ],
        "short" : "Drainage amount of wound",
        "definition" : "Drainage amount of wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAmount",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateAmount-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateVolume",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateVolume",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "39122-7"
          }
        ],
        "short" : "Appearance of exudate from wound",
        "definition" : "Appearance of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateVolume",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateVolume-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateColor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateColor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72289-2"
          }
        ],
        "short" : "Color of exudate from wound",
        "definition" : "Color of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateColor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateColor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAppearance",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAppearance",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72290-0"
          }
        ],
        "short" : "Appearance of exudate from wound",
        "definition" : "Appearance of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateAppearance",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateAppearance-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateOdor",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateOdor",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72288-4"
          }
        ],
        "short" : "Odor of exudate from wound",
        "definition" : "Odor of exudate from wound",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundExudateOdor",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundExudateOdor-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnel",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnel",
        "code" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "1561000124108",
            "display" : "Wound tunneling (observable entity)"
          }
        ],
        "short" : "The presence of a wound tunnel.",
        "definition" : "The presence of a wound tunnel.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnel",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTunnel-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelLength",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelLength",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72296-7"
          }
        ],
        "short" : "The length of a wound tunnel, in cm.",
        "definition" : "The length of a wound tunnel, in cm.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelLength",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTunnelLength-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelClockDirection",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelClockDirection",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72297-5"
          }
        ],
        "short" : "Clock position of wound tunnel",
        "definition" : "Clock position of wound tunnel",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundTunnelClockDirection",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundTunnelClockDirection-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUndermining",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUndermining",
        "code" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "454341000124104",
            "display" : "Wound undermining (observable entity)"
          }
        ],
        "short" : "The presence of wound undermining.",
        "definition" : "The presence of wound undermining.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUndermining",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundUndermining-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingLength",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingLength",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72293-4"
          }
        ],
        "short" : "Length of wound undermining.",
        "definition" : "Length of wound undermining.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingLength",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundUnderminingLength-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingClockDirection",
        "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingClockDirection",
        "code" : [
          {
            "system" : "http://loinc.org",
            "code" : "72294-2"
          }
        ],
        "short" : "Clock position of wound undermining",
        "definition" : "Clock position of wound undermining",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "sw-ExchangeForm-WoundComprehensiveHistory-model.statement.woundUnderminingClockDirection",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "http://hl7.org/fhir/us/sw/StructureDefinition/sw-WoundUnderminingClockDirection-model"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      }
    ]
  }
}