DRAFT - The specification is currently in development and subject to significant change. It is not ready for limited roll-out or production level use.

Organization (CA:eReC)

Structure Definition: Organization Profile

Canonical URL:http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization

Simplifier project page: Organization

Derived from: Organization (R4)

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ I0..*Identifier
activeS Σ ?!0..1boolean
typeS Σ0..*CodeableConcept
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*Reference(Endpoint)
idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ I0..*Identifier
activeS Σ ?!0..1boolean
typeS Σ0..*CodeableConcept
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*Reference(Endpoint)
idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ I0..*Identifier
activeS Σ ?!0..1boolean
typeS Σ0..*CodeableConcept
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*Reference(Endpoint)
Organization..
Organization.active..
Organization.type..
Organization.name1..

{
    "resourceType": "StructureDefinition",
    "id": "CA-eReC-Organization",
    "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization",
    "version": "1.0.0",
    "name": "Organization",
    "title": "Organization",
    "status": "draft",
    "description": "Organization profile describes the details of the organization where the referral originated from.",
    "fhirVersion": "4.0.1",
    "kind": "resource",
    "abstract": false,
    "type": "Organization",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Organization.active",
                "path": "Organization.active",
                "mustSupport": true
            },
            {
                "id": "Organization.type",
                "path": "Organization.type",
                "mustSupport": true
            },
            {
                "id": "Organization.name",
                "path": "Organization.name",
                "min": 1,
                "mustSupport": true
            }
        ]
    }
}

Usage

Organization profile describes the details of the organization where the referral originated from.

Notes

.identifier

  • MAY be populated to share business identifers used to reference this resource in subsequent messages
  • identifier.system and identifier.value SHALL be mustSupport whenever there is a reference or identifier present

.active

  • States whether the organization sending the eReferral is active or not

.type

  • Identifies the kind of organization

.name

  • Name of the organization
  • SHALL have a name for the organization, may only have one

.telecom

  • List of entries used for the inquiry phone, email, fax for the HEAD OFFICE of the Organization
  • In most cases this element does NOT need to be displayed to users sending referrals as it may get confused with the HealthcareService.telecom info (which is of higher relevance for referrals and not necessarily related the information in this element.)

.address

  • List of entries used for the inquiry phone, email, fax for the HEAD OFFICE of the Organization
  • In most cases this element does NOT need to be displayed to users sending referrals as it may get confused with the HealthcareService.location address information (which is of higher relevance for referrals and not necessarily related the information in this element.)