Profiles & Operations Index > Profile: Organization

Profile: Organization

Canonical URL:http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization

Simplifier project page: Organization (PS-ON)

Derived from: Organization (R4)

Formal Views of Profile Content

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

Differential View

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ1..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierS Σ I1..*Identifier DataType Profile (CA Baseline)
activeΣ ?!0..1boolean
typeΣ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)

Hybrid View

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ1..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierS Σ I1..*Identifier DataType Profile (CA Baseline)
activeΣ ?!0..1boolean
typeΣ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)

Snapshot View

idΣ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedΣ0..1instant
sourceΣ0..1uri
profileS Σ1..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierS Σ I1..*Identifier DataType Profile (CA Baseline)
activeΣ ?!0..1boolean
typeΣ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)

Table View

Organization..
Organization.meta1..
Organization.meta.profile1..
Organization.identifierIdentifier DataType Profile (CA Baseline)1..
Organization.name1..

JSON View

{
    "resourceType": "StructureDefinition",
    "id": "ca-on-ps-profile-organization",
    "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization",
    "version": "0.10.0",
    "name": "OrganizationPSON",
    "title": "Organization (PS-ON)",
    "status": "active",
    "date": "2022-10-15T12:00:00+00:00",
    "publisher": "Ontario Health",
    "description": "This profile represents the constraints applied to the FHIR Organization resource for use in Ontario Patient Summaries (PS-ON). This profile is used to represent an organization that acts as the custodian of a Patient Summary document or the organization that an author or attester is associated with. It is informed by the constraints of the [Organization-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Organization-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-organization.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.",
    "fhirVersion": "4.0.1",
    "kind": "resource",
    "abstract": false,
    "type": "Organization",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Organization.meta",
                "path": "Organization.meta",
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Organization.meta.profile",
                "path": "Organization.meta.profile",
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Organization.identifier",
                "path": "Organization.identifier",
                "type":  [
                    {
                        "code": "Identifier",
                        "profile":  [
                            "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier"
                        ]
                    }
                ],
                "comment": "Used to convey the PPR UPI that uniquely identifies this organization in Ontario",
                "min": 1,
                "mustSupport": true
            },
            {
                "id": "Organization.name",
                "path": "Organization.name",
                "min": 1,
                "mustSupport": true
            }
        ]
    }
}

Usage

The Organization Resource is used to provide header information in the Patient Summary, including the custodian of the document and the organization that the author and attester of a Patient Summary are associated with.

Notes

.id

  • Definition: Logical id of this artifact
  • used to uniquely identify the resource
  • if a persistent identity for the resource is not available to use when constructing the composition Bundle, a UUID SHOULD be used in this element (with a corresponding value in Bundle.entry.fullUrl)
  • Where .id is populated with a persistent identifier, consumers SHALL NOT expect to be able to resolve the resource and SHALL always use the version of the resource contained in the Bundle to render the composition.

.meta.profile

  • used to declare conformance to this profile
  • populate with a fixed value: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization|0.10.0

.meta.versionId

  • SHALL be populated by the Patient Summary Repository server
  • consuming systems can expect this element to be populated when retrieving patient summary instances from the repository
  • source systems do not need to populate this element prior to submission

.identifier

  • SHALL be used to convey the PPR UPI that uniquely identifies this organization in Ontario

.name

  • the .name of the organization SHALL be provided