{
  "resourceType": "StructureDefinition",
  "id": "ncdhc-composition-health-check-assessment",
  "url": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-composition-health-check-assessment",
  "version": "r1.0.0",
  "name": "NCDHC Health Check Assessment Composition Profile",
  "title": "NCDHC Health Check Assessment Composition",
  "status": "draft",
  "date": "2019-02-01",
  "publisher": "National Children's Digital Health Collaborative (NCDHC)",
  "description": "This profile is used to represent Health Check Assessment.",
  "purpose": "to record Health Check Assessment",
  "copyright": "Copyright © 2019 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-composition-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition",
        "path": "Composition",
        "short": "NCDHC Health Check Assessment Composition Profile"
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "short": "Reference to the Baby Patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-baby"
          }
        ]
      },
      {
        "id": "Composition.encounter",
        "path": "Composition.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-encounter",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "fixedString": "Health Check Assessment Health Interaction"
      },
      {
        "id": "Composition.attester.party",
        "path": "Composition.attester.party",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/StructureDefinition/au-practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/StructureDefinition/au-organisation"
          }
        ]
      },
      {
        "id": "Composition.custodian",
        "path": "Composition.custodian",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/StructureDefinition/au-organisation"
          }
        ]
      },
      {
        "id": "Composition.section",
        "path": "Composition.section",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "code"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements",
        "path": "Composition.section",
        "sliceName": "VitalSignsAndMeasurements",
        "short": "Represents 'Vital Signs and Measurements' section for this document.",
        "max": "1"
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.title",
        "path": "Composition.section.title",
        "fixedString": "Vital Signs and Measurements"
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.code",
        "path": "Composition.section.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "67795-5"
            }
          ]
        }
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "closed"
        },
        "short": "Section to represent Vital Sings measured on the newborn.  If the section is present in the document, then it should have an entry. Otherwise empty reason has to be provided.",
        "max": "4"
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:WeightVitalSign",
        "path": "Composition.section.entry",
        "sliceName": "WeightVitalSign",
        "short": "Weight",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vitalsign-bodyweight",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:LengthVitalSign",
        "path": "Composition.section.entry",
        "sliceName": "LengthVitalSign",
        "short": "Length/Height",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vitalsign-bodyheight",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:HeadCircumferenceVitalSign",
        "path": "Composition.section.entry",
        "sliceName": "HeadCircumferenceVitalSign",
        "short": "Head Circumference",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vitalsign-headcircum",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:BMIVitalSign",
        "path": "Composition.section.entry",
        "sliceName": "BMIVitalSign",
        "short": "Body mass index (BMI)",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vitalsign-bmi",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:WeightObservation",
        "path": "Composition.section.entry",
        "sliceName": "WeightObservation",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-bodyweight",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:BodyLengthObservation",
        "path": "Composition.section.entry",
        "sliceName": "BodyLengthObservation",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-bodyheight",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:BMIObservation",
        "path": "Composition.section.entry",
        "sliceName": "BMIObservation",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-bmi",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.entry:HeadCircumObservation",
        "path": "Composition.section.entry",
        "sliceName": "HeadCircumObservation",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-headcircum",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:VitalSignsAndMeasurements.section",
        "path": "Composition.section.section",
        "max": "0"
      },
      {
        "id": "Composition.section:HealthConditionsSection",
        "path": "Composition.section",
        "sliceName": "HealthConditionsSection",
        "max": "1"
      },
      {
        "id": "Composition.section:HealthConditionsSection.title",
        "path": "Composition.section.title",
        "fixedString": "Health conditions section"
      },
      {
        "id": "Composition.section:HealthConditionsSection.code",
        "path": "Composition.section.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "46030-3"
            }
          ]
        }
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry",
        "path": "Composition.section.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "ordered": false,
          "rules": "closed"
        }
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:HeadShape",
        "path": "Composition.section.entry",
        "sliceName": "HeadShape",
        "short": "Head Shape",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-head-shape",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:FontanellesSutures",
        "path": "Composition.section.entry",
        "sliceName": "FontanellesSutures",
        "short": "Fontanelles, Sutures",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-sutures-fontanelles",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:EyesMonocularlyTested",
        "path": "Composition.section.entry",
        "sliceName": "EyesMonocularlyTested",
        "short": "Eyes Monocularly Tested (Right, Left)",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vision-tested-monocularly",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Eyes",
        "path": "Composition.section.entry",
        "sliceName": "Eyes",
        "short": "Eyes (Right/Left)",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-eyes",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:VisionScreen",
        "path": "Composition.section.entry",
        "sliceName": "VisionScreen",
        "short": "Vision Screen",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-vision-screen",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Ears",
        "path": "Composition.section.entry",
        "sliceName": "Ears",
        "short": "Ears Right/Left",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-ears",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:HearingCheck",
        "path": "Composition.section.entry",
        "sliceName": "HearingCheck",
        "short": "Hearing Check",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-hearing-check",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:HearingScreen",
        "path": "Composition.section.entry",
        "sliceName": "HearingScreen",
        "short": "Hearing Screen",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-hearing-screen",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:MouthAndPalate",
        "path": "Composition.section.entry",
        "sliceName": "MouthAndPalate",
        "short": "Mouth & Palate",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-mouth-palate",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:OralHealth",
        "path": "Composition.section.entry",
        "sliceName": "OralHealth",
        "short": "Oral Health",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-oral-health",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:CardiovascularDR",
        "path": "Composition.section.entry",
        "sliceName": "CardiovascularDR",
        "short": "Cardiovascular (Dr Only)",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-cardiovascular-dr",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:FemoralPulses",
        "path": "Composition.section.entry",
        "sliceName": "FemoralPulses",
        "short": "Femoral Pulses (Right, Left)",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-femoral-pulses",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Development",
        "path": "Composition.section.entry",
        "sliceName": "Development",
        "short": "Development",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-development",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Abdomen",
        "path": "Composition.section.entry",
        "sliceName": "Abdomen",
        "short": "Abdomen",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-abdomen",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Umbilicus",
        "path": "Composition.section.entry",
        "sliceName": "Umbilicus",
        "short": "Umbilicus",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-umbilicus",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Anus",
        "path": "Composition.section.entry",
        "sliceName": "Anus",
        "short": "Anus",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-anus",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Gait",
        "path": "Composition.section.entry",
        "sliceName": "Gait",
        "short": "Gait",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-gait",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Iron",
        "path": "Composition.section.entry",
        "sliceName": "Iron",
        "short": "Iron Testing",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-test-iron",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:FluorideVarnish",
        "path": "Composition.section.entry",
        "sliceName": "FluorideVarnish",
        "short": "Fluoride Varnish",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-fluoride-varnish",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Hips",
        "path": "Composition.section.entry",
        "sliceName": "Hips",
        "short": "Hips",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-hips",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Skin",
        "path": "Composition.section.entry",
        "sliceName": "Skin",
        "short": "Skin",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-skin",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Genitalia",
        "path": "Composition.section.entry",
        "sliceName": "Genitalia",
        "short": "Genitalia",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-genitalia",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Reflexes",
        "path": "Composition.section.entry",
        "sliceName": "Reflexes",
        "short": "Reflexes",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-reflexes",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:TestesFullyDescendedRL",
        "path": "Composition.section.entry",
        "sliceName": "TestesFullyDescendedRL",
        "short": "Testes fully descended R/L",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-testes-fully-descended",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:Deworming",
        "path": "Composition.section.entry",
        "sliceName": "Deworming",
        "short": "Deworming",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-deworming",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.entry:AgeAppropriateImmunisationCompletionStatus",
        "path": "Composition.section.entry",
        "sliceName": "AgeAppropriateImmunisationCompletionStatus",
        "short": "Age Appropriate Immunisation completed as per schedule",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-ageaprImmcomp",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:HealthConditionsSection.section",
        "path": "Composition.section.section",
        "max": "0"
      }
    ]
  }
}