@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://ns.electronichealth.net.au/cda/StructureDefinition/au-Organization> a fhir:StructureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "au-Organization"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>An Entity representing a formalized group of persons or other organizations with a common purpose and the infrastructure to carry out that purpose.</p>\n      <p>Companies and institutions, a government department, an incorporated body that is responsible for administering a facility, an insurance company.</p>\n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/tools/StructureDefinition/logical-target"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/tools/StructureDefinition/logical-target>
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "not-applicable"
         ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/tools/StructureDefinition/xml-namespace>
     ] ;
     fhir:value [
       a fhir:Uri ;
       fhir:v "urn:hl7-org:v3"^^xsd:anyURI ;
       fhir:l <urn:hl7-org:v3>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/tools/StructureDefinition/xml-name"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/tools/StructureDefinition/xml-name>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "organization"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/tools/StructureDefinition/logical-container"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/tools/StructureDefinition/logical-container>
     ] ;
     fhir:value [
       a fhir:Uri ;
       fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"^^xsd:anyURI ;
       fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/tools/StructureDefinition/type-profile-style"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/tools/StructureDefinition/type-profile-style>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cda"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-Organization"^^xsd:anyURI ;
     fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-Organization>
  ] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "au-Organization"] ; # 
  fhir:title [ fhir:v "ADHA Organization (CDA Class)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-04T21:33:04+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Australian Digital Health Agency"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Australian Digital Health Agency" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mailto:help@digitalhealth.gov.au" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "**Australian adaptation of the [HL7 International CDA Organization class](     https://hl7.org/cda/stds/core/2.0.1-sd/StructureDefinition-Organization.html)**.     \n\nThis is a generated StructureDefinition that describes CDA - that is, CDA as it actually is for R2. The intent of this StructureDefinition is to enable CDA to be a FHIR resource. That enables the FHIR infrastructure - API, conformance, query - to be used directly against CDA"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "AU" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright © 2024 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/](https://creativecommons.org/licenses/by/4.0/)."] ; # 
  fhir:fhirVersion [ fhir:v "5.0.0"] ; # 
  fhir:mapping ( [
     fhir:identity [ fhir:v "rim" ] ;
     fhir:uri [
       fhir:v "http://hl7.org/v3"^^xsd:anyURI ;
       fhir:l <http://hl7.org/v3>
     ] ;
     fhir:name [ fhir:v "RIM Mapping" ]
  ] ) ; # 
  fhir:kind [ fhir:v "logical"] ; # 
  fhir:abstract [ fhir:v false] ; # 
  fhir:type [
     fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/Organization"^^xsd:anyURI ;
     fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/Organization>
  ] ; # 
  fhir:baseDefinition [
     fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot"^^xsd:anyURI ;
     fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot>
  ] ; # 
  fhir:derivation [ fhir:v "specialization"] ; # 
  fhir:snapshot [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "1.0.1"
       ]
     ] ) ;
     fhir:element ( [
       fhir:id [ fhir:v "Organization" ] ;
       fhir:path [ fhir:v "Organization" ] ;
       fhir:short [ fhir:v "Australian adaptation of the HL7 International CDA Organization class" ] ;
       fhir:definition [ fhir:v "Defines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type." ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "Base" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:isModifier [ fhir:v false ] ;
       fhir:mapping ( [
         fhir:identity [ fhir:v "rim" ] ;
         fhir:map [ fhir:v "n/a" ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.nullFlavor" ] ;
       fhir:path [ fhir:v "Organization.nullFlavor" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:label [ fhir:v "Exceptional Value Detail" ] ;
       fhir:definition [ fhir:v "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "ANY.nullFlavor" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "code"^^xsd:anyURI ;
           fhir:l fhir:code
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple>
         ] )
       ] ) ;
       fhir:binding [
         fhir:strength [ fhir:v "required" ] ;
         fhir:valueSet [
           fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.realmCode" ] ;
       fhir:path [ fhir:v "Organization.realmCode" ] ;
       fhir:definition [ fhir:v "When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "InfrastructureRoot.realmCode" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CS"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/CS>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.typeId" ] ;
       fhir:path [ fhir:v "Organization.typeId" ] ;
       fhir:definition [ fhir:v "When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "InfrastructureRoot.typeId" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/II>
         ]
       ] ) ;
       fhir:constraint ( [
         fhir:key [ fhir:v "II-1" ] ;
         fhir:severity [ fhir:v "error" ] ;
         fhir:human [ fhir:v "An II instance must have either a root or an nullFlavor." ] ;
         fhir:expression [ fhir:v "root.exists() or nullFlavor.exists()" ] ;
         fhir:source [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.typeId.nullFlavor" ] ;
       fhir:path [ fhir:v "Organization.typeId.nullFlavor" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:label [ fhir:v "Exceptional Value Detail" ] ;
       fhir:definition [ fhir:v "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "ANY.nullFlavor" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "code"^^xsd:anyURI ;
           fhir:l fhir:code
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple>
         ] )
       ] ) ;
       fhir:binding [
         fhir:strength [ fhir:v "required" ] ;
         fhir:valueSet [
           fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.typeId.assigningAuthorityName" ] ;
       fhir:path [ fhir:v "Organization.typeId.assigningAuthorityName" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:label [ fhir:v "Assigning Authority Name" ] ;
       fhir:definition [ fhir:v "A human readable name or mnemonic for the assigning authority. The Assigning Authority Name has no computational value. The purpose of a Assigning Authority Name is to assist an unaided human interpreter of an II value to interpret the authority. Note: no automated processing must depend on the assigning authority name to be present in any form." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "II.assigningAuthorityName" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "string"^^xsd:anyURI ;
           fhir:l fhir:string
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/st-simple>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Organization.typeId.displayable" ] ;
       fhir:path [ fhir:v "Organization.typeId.displayable" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:label [ fhir:v "Displayable" ] ;
       fhir:definition [ fhir:v "Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false)." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "II.displayable" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "boolean"^^xsd:anyURI ;
           fhir:l fhir:boolean
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/bl-simple>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Organization.typeId.root" ] ;
       fhir:path [ fhir:v "Organization.typeId.root" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:label [ fhir:v "Root" ] ;
       fhir:definition [ fhir:v "Identifies the type as an HL7 Registered model" ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "II.root" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "string"^^xsd:anyURI ;
           fhir:l fhir:string
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/oid"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/oid>
         ] [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/uuid"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/uuid>
         ] [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/ruid"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/ruid>
         ] )
       ] ) ;
       fhir:fixed [
         a fhir:String ;
         fhir:v "2.16.840.1.113883.1.3"
       ]
     ] [
       fhir:id [ fhir:v "Organization.typeId.extension" ] ;
       fhir:path [ fhir:v "Organization.typeId.extension" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:label [ fhir:v "Extension" ] ;
       fhir:definition [ fhir:v "A character string as a unique identifier within the scope of the identifier root." ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "II.extension" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "string"^^xsd:anyURI ;
           fhir:l fhir:string
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/st-simple>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Organization.templateId" ] ;
       fhir:path [ fhir:v "Organization.templateId" ] ;
       fhir:definition [ fhir:v "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "InfrastructureRoot.templateId" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/II>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.classCode" ] ;
       fhir:path [ fhir:v "Organization.classCode" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.classCode" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "code"^^xsd:anyURI ;
           fhir:l fhir:code
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple>
         ] )
       ] ) ;
       fhir:fixed [
         a fhir:Code ;
         fhir:v "ORG"
       ] ;
       fhir:binding [
         fhir:strength [ fhir:v "required" ] ;
         fhir:valueSet [
           fhir:v "http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.determinerCode" ] ;
       fhir:path [ fhir:v "Organization.determinerCode" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.determinerCode" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "code"^^xsd:anyURI ;
           fhir:l fhir:code
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple>
         ] )
       ] ) ;
       fhir:fixed [
         a fhir:Code ;
         fhir:v "INSTANCE"
       ] ;
       fhir:binding [
         fhir:strength [ fhir:v "required" ] ;
         fhir:valueSet [
           fhir:v "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/ValueSet/v3-EntityDeterminer>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.id" ] ;
       fhir:path [ fhir:v "Organization.id" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.id" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/II>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.name" ] ;
       fhir:path [ fhir:v "Organization.name" ] ;
       fhir:short [ fhir:v "Australian-adapted Organization Name class" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.name" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationName"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationName>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.telecom" ] ;
       fhir:path [ fhir:v "Organization.telecom" ] ;
       fhir:short [ fhir:v "Australian-adapted TelecommunicationAddress datatype" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.telecom" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-Telecom"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-Telecom>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.addr" ] ;
       fhir:path [ fhir:v "Organization.addr" ] ;
       fhir:short [ fhir:v "Australian-adapted PostalAddress datatype" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.addr" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-Address"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-Address>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.standardIndustryClassCode" ] ;
       fhir:path [ fhir:v "Organization.standardIndustryClassCode" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.standardIndustryClassCode" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CE"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/CE>
         ]
       ] ) ;
       fhir:binding [
         fhir:strength [ fhir:v "example" ] ;
         fhir:valueSet [
           fhir:v "http://terminology.hl7.org/ValueSet/v3-OrganizationIndustryClassNAICS"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/ValueSet/v3-OrganizationIndustryClassNAICS>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.asOrganizationPartOf" ] ;
       fhir:path [ fhir:v "Organization.asOrganizationPartOf" ] ;
       fhir:short [ fhir:v "Australian-adapted OrganizationPartOf class" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.asOrganizationPartOf" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf>
         ] ;
         fhir:profile ( [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Organization.asEntityIdentifier" ] ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/tools/StructureDefinition/xml-namespace>
         ] ;
         fhir:value [
           a fhir:Uri ;
           fhir:v "http://ns.electronichealth.net.au/Ci/Cda/Extensions/3.0"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/Ci/Cda/Extensions/3.0>
         ]
       ] ) ;
       fhir:path [ fhir:v "Organization.asEntityIdentifier" ] ;
       fhir:short [ fhir:v "ADHA CDA extension to represent an entity identifier" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Organization.asEntityIdentifier" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier>
         ] ;
         fhir:profile ( [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier>
         ] )
       ] )
     ] )
  ] ; # 
  fhir:differential [
     fhir:element ( [
       fhir:id [ fhir:v "Organization" ] ;
       fhir:path [ fhir:v "Organization" ] ;
       fhir:short [ fhir:v "Australian adaptation of the HL7 International CDA Organization class" ] ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ]
     ] [
       fhir:id [ fhir:v "Organization.classCode" ] ;
       fhir:path [ fhir:v "Organization.classCode" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "code"^^xsd:anyURI ;
           fhir:l fhir:code
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple>
         ] )
       ] ) ;
       fhir:fixed [
         a fhir:Code ;
         fhir:v "ORG"
       ] ;
       fhir:binding [
         fhir:strength [ fhir:v "required" ] ;
         fhir:valueSet [
           fhir:v "http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.determinerCode" ] ;
       fhir:path [ fhir:v "Organization.determinerCode" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "code"^^xsd:anyURI ;
           fhir:l fhir:code
         ] ;
         fhir:profile ( [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/cs-simple>
         ] )
       ] ) ;
       fhir:fixed [
         a fhir:Code ;
         fhir:v "INSTANCE"
       ] ;
       fhir:binding [
         fhir:strength [ fhir:v "required" ] ;
         fhir:valueSet [
           fhir:v "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/ValueSet/v3-EntityDeterminer>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.id" ] ;
       fhir:path [ fhir:v "Organization.id" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/II"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/II>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.name" ] ;
       fhir:path [ fhir:v "Organization.name" ] ;
       fhir:short [ fhir:v "Australian-adapted Organization Name class" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationName"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationName>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.telecom" ] ;
       fhir:path [ fhir:v "Organization.telecom" ] ;
       fhir:short [ fhir:v "Australian-adapted TelecommunicationAddress datatype" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-Telecom"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-Telecom>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.addr" ] ;
       fhir:path [ fhir:v "Organization.addr" ] ;
       fhir:short [ fhir:v "Australian-adapted PostalAddress datatype" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-Address"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-Address>
         ]
       ] )
     ] [
       fhir:id [ fhir:v "Organization.standardIndustryClassCode" ] ;
       fhir:path [ fhir:v "Organization.standardIndustryClassCode" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://hl7.org/cda/stds/core/StructureDefinition/CE"^^xsd:anyURI ;
           fhir:l <http://hl7.org/cda/stds/core/StructureDefinition/CE>
         ]
       ] ) ;
       fhir:binding [
         fhir:strength [ fhir:v "example" ] ;
         fhir:valueSet [
           fhir:v "http://terminology.hl7.org/ValueSet/v3-OrganizationIndustryClassNAICS"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/ValueSet/v3-OrganizationIndustryClassNAICS>
         ]
       ]
     ] [
       fhir:id [ fhir:v "Organization.asOrganizationPartOf" ] ;
       fhir:path [ fhir:v "Organization.asOrganizationPartOf" ] ;
       fhir:short [ fhir:v "Australian-adapted OrganizationPartOf class" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf>
         ] ;
         fhir:profile ( [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/au-OrganizationPartOf>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "Organization.asEntityIdentifier" ] ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/tools/StructureDefinition/xml-namespace>
         ] ;
         fhir:value [
           a fhir:Uri ;
           fhir:v "http://ns.electronichealth.net.au/Ci/Cda/Extensions/3.0"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/Ci/Cda/Extensions/3.0>
         ]
       ] ) ;
       fhir:path [ fhir:v "Organization.asEntityIdentifier" ] ;
       fhir:short [ fhir:v "ADHA CDA extension to represent an entity identifier" ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier>
         ] ;
         fhir:profile ( [
           fhir:v "http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier"^^xsd:anyURI ;
           fhir:l <http://ns.electronichealth.net.au/cda/StructureDefinition/asEntityIdentifier>
         ] )
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

