FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-organization
Package | ca.on.oh.patient-summary |
Resource Type | StructureDefinition |
Id | ca-on-ps-profile-organization |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization |
URL | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization |
Version | 0.10.0 |
Status | active |
Date | 2022-10-15T12:00:00+00:00 |
Name | OrganizationPSON |
Title | Organization (PS-ON) |
Realm | ca |
Authority | national |
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. |
Type | Organization |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"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
}
]
}
}