{
  "resourceType": "StructureDefinition",
  "id": "observation-exertionalStatus",
  "url": "http://www.ama-ihmi.org/fhir/StructureDefinition/observation-exertionalStatus",
  "name": "observation-exertionalStatus",
  "title": "exertionalStatus",
  "status": "draft",
  "publisher": "American Medical Association",
  "description": "The state of exertion (e.g., resting state) preceding and/or during the observation. To be used only when the exertional state is not precoordinated in the observation code.",
  "copyright": "Copyright 2016-2019 American Medical Association. All rights reserved.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "extension",
  "context": [
    "Observation"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The state of exertion preceding or during the observation.",
        "definition": "The state of exertion (e.g., resting state) preceding and/or during the observation. To be used only when the exertional state is not precoordinated in the observation code.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://www.ama-ihmi.org/fhir/StructureDefinition/observation-exertionalStatus"
      },
      {
        "id": "Extension.value[x]:valueCodeableConcept",
        "path": "Extension.valueCodeableConcept",
        "sliceName": "valueCodeableConcept",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}