{
  "resourceType": "StructureDefinition",
  "id": "au-condition",
  "url": "http://hl7.org.au/fhir/StructureDefinition/au-condition",
  "version": "1.1.0",
  "name": "AUBaseCondition",
  "title": "AU Base Condition",
  "status": "draft",
  "date": "2018-07-16",
  "publisher": "Health Level Seven Australia",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au/fhir",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This profile defines a condition structure including core localisation concepts for use in an Australian context.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition",
        "short": "A condition, problem or diagnosis statement in an Australian healthcare context"
      },
      {
        "id": "Condition.extension",
        "path": "Condition.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Condition.extension:recorder",
        "path": "Condition.extension",
        "sliceName": "recorder",
        "short": "Who recorded the condition",
        "definition": "Reference to an individual who recorded the condition and takes responsibility for its content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org.au/fhir/StructureDefinition/recorder"
          }
        ]
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ConditionKind"
            }
          ],
          "strength": "preferred",
          "description": "Preferred SNOMED-CT Identification of the condition or diagnosis.",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/clinical-condition-1"
        }
      },
      {
        "id": "Condition.bodySite.coding",
        "path": "Condition.bodySite.coding",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/body-site-1"
        }
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "short": "Supporting evidence for condition"
      },
      {
        "id": "Condition.evidence.code",
        "path": "Condition.evidence.code",
        "short": "Evidence manifestation/symptom",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ManifestationOrSymptom"
            }
          ],
          "strength": "preferred",
          "description": "Preferred SNOMED-CT Codes that describe the manifestation or symptoms of a condition.",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/clinical-finding-1"
        }
      }
    ]
  }
}