{
  "resourceType": "StructureDefinition",
  "id": "au-bodyheight",
  "url": "http://hl7.org.au/fhir/StructureDefinition/au-bodyheight",
  "version": "1.1.0",
  "name": "AUBodyHeight",
  "title": "AU Body Height",
  "status": "active",
  "publisher": "Health Level Seven Australia (Orders and Observations WG)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au/fhir",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This profile defines a body height information structure for use in an Australian context that tightens the BodyHeightCode slice, aligning to the proposed [R4 Observation Body Height](http://build.fhir.org/bodyheight.html) profile.",
  "copyright": "This resource contains content from LOINC™ (http://loinc.org). The LOINC Table, LOINC Table Core, LOINC Panels and Forms File, LOINC Answer File, LOINC Part File, LOINC Group File, LOINC Document Ontology File, LOINC Hierarchies, LOINC Linguistic Variants File, LOINC/RSNA Radiology Playbook, and LOINC/IEEE Medical Device Code Mapping Table are copyright © 1995-2017, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/bodyheight",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "An observation of body height in an Australian healthcare context"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Required body height code"
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "short": "Required coding",
        "min": 1
      },
      {
        "id": "Observation.code.coding:BodyHeightCode",
        "path": "Observation.code.coding",
        "sliceName": "BodyHeightCode",
        "short": "Body height code",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code.coding:BodyHeightCode.system",
        "path": "Observation.code.coding.system",
        "short": "LOINC coding system",
        "min": 1
      },
      {
        "id": "Observation.code.coding:BodyHeightCode.code",
        "path": "Observation.code.coding.code",
        "short": "Body height LOINC code",
        "min": 1
      }
    ]
  }
}