DwOrganization

Purpose

The purpose of this resource to provide the clinic information from which the data is extracted. An organization for the extract purpose is defined as a grouping of people or organizations with a common purpose.

Where there are multiple clinics that share the same server the extract will include multiple organization resources. The primary site will be referred to as the Parent organization and the remaining sites will be referred to as sub-organizations. An organization may have one or more sub-organization at the same or different physical location where the care is provided to the patient.

idΣ I1..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
id0..1string
extensionI0..*Extension
url1..1uriFixed Value
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uri
versionΣ0..1string
codeS Σ0..1code
displayS Σ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
id0..1string
extensionI0..*Extension
codingΣ0..*Coding
textS Σ0..1string
systemS Σ1..1uri
valueS Σ1..1string
periodΣ I0..1Period
id0..1string
extensionI0..*Extension
referenceΣ I0..1string
typeΣ0..1uriBinding
identifierΣ0..1Identifier
displayS Σ0..1string
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
id0..1string
extensionI0..*Extension
codingΣ0..*Coding
textS Σ0..1string
systemS Σ1..1uri
valueΣ1..1string
periodΣ I0..1Period
id0..1string
extensionI0..*Extension
referenceΣ I0..1string
typeΣ0..1uriBinding
identifierΣ0..1Identifier
displayS Σ0..1string
activeΣ ?!0..1boolean
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ0..1uriFixed Value
versionΣ0..1string
codeΣ0..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
nameS Σ I1..1string
alias0..*string
telecomI0..*ContactPoint
addressS I0..1Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*Reference(Endpoint)

Usage note

  • organization.partOf - An EMR security separation defines a “functional location” (sub-organization) configuration in EMR which allows these sub-organizations independent of the parent organization. Partof is used to link these sub organizations to the parent organization.

Bundle

OrganizationBundle

Example

{
    "resourceType": "Organization",
    "id": "ma-labtestie1-Organization-30",
    "meta": {
        "source": "urn:telus:emr:ma:labtestie1",
        "lastUpdated": "2022-11-17T15:05:04.000Z",
        "security": [{
                "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
                "code": "N",
                "display": "normal"
            }
        ]
    },
    "identifier": [{
            "system": "urn:telus:emr:ma:labtestie1:Organization",
            "use": "official",
            "value": 30
        }
    ],
    "type": [{
            "coding": [{
                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code": "PROFF",
                    "display": "Provider's office"
                }
            ]
        }
    ],
    "active": true,
    "name": "South Star Clinic",
    "address": [{
            "use": "work",
            "text": "1234 Nowhere St Edmonton AB M1M 1M1 CAN",
            "line": ["1234 Nowhere St"],
            "city": "Edmonton",
            "state": "AB",
            "postalCode": "M1M 1M1",
            "country": "CAN"
        }
    ],
    "telecom": [{
            "system": "phone",
            "value": "825-444-5555",
            "use": "work"
        }, {
            "system": "fax",
            "value": "825-444-5556",
            "use": "work"
        }
    ],
    "partOf": {
        "reference": "Organization/ma-labtestie1-Organization-0",
        "type": "Organization"
    }
}