{
  "resourceType": "StructureDefinition",
  "id": "au-bodysite",
  "url": "http://hl7.org.au/fhir/StructureDefinition/au-bodysite",
  "version": "1.1.0",
  "name": "AUBaseBodySite",
  "title": "AU Base Body Site",
  "status": "active",
  "date": "2018-07-22T23:04:25.483+00:00",
  "publisher": "Health Level Seven Australia",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This BodySite profile is provided for use in an Australian context.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "BodySite",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BodySite",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "BodySite",
        "path": "BodySite",
        "short": "A specific and identified anatomical location in an Australian healthcare context",
        "constraint": [
          {
            "key": "inv-bodsit-0",
            "severity": "error",
            "human": "The body site shall at least have a code or a description or an image",
            "expression": "code.exists() or description.exists() or image.exists()"
          }
        ]
      },
      {
        "id": "BodySite.code",
        "path": "BodySite.code"
      },
      {
        "id": "BodySite.code.coding",
        "path": "BodySite.code.coding",
        "short": "Coded anatomical location",
        "binding": {
          "strength": "extensible",
          "valueSetUri": "https://healthterminologies.gov.au/fhir/ValueSet/body-site-1"
        }
      }
    ]
  }
}