{
  "resourceType": "StructureDefinition",
  "id": "ncdhc-composition-view-hca-12m",
  "url": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-composition-view-hca-12m",
  "version": "r1.0.0",
  "name": "NCDHC HCA View 12 Months Composition Profile",
  "title": "NCDHC HCA View 12 Months Composition Profile",
  "status": "draft",
  "date": "2019-11-01",
  "publisher": "National Children's Digital Health Collaborative (NCDHC)",
  "purpose": "To generate a Custom View to represent Health Check Assessment Detailed view",
  "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-view-base",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition",
        "path": "Composition",
        "short": "NCDHC Composition Health Check Assessment View Profile"
      },
      {
        "id": "Composition.type",
        "path": "Composition.type",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org.au/fhir/ch/v1/ValueSet/ncdhc-document-type-1"
          }
        }
      },
      {
        "id": "Composition.class",
        "path": "Composition.class",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org.au/fhir/ch/v1/ValueSet/ncdhc-document-class-1"
          }
        }
      },
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-baby"
          }
        ]
      },
      {
        "id": "Composition.title",
        "path": "Composition.title",
        "fixedString": "12 Months"
      },
      {
        "id": "Composition.section",
        "path": "Composition.section",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Composition.section.title",
        "path": "Composition.section.title",
        "fixedString": "12 Months"
      },
      {
        "id": "Composition.section.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-questionnaireresponse-base",
            "aggregation": [
              "bundled"
            ]
          }
        ]
      }
    ]
  }
}