PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.14
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Organization
description: Organization profile describes the details of the organization where the SETP data originated from.
package_name: ca.on.oh-setp
derivation: constraint
name: Organization
type: Organization
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    short: Facility ID
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
    required: [value, system]
  name: {short: Facility Name, mustSupport: true, index: 5}
package_version: 0.9.0-alpha1.0.14
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [name, identifier, meta]