SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
Active as of 2023-03-05 |
JSON representation of the patient-access-brand resource profile.
{
"resourceType" : "StructureDefinition",
"id" : "patient-access-brand",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand",
"version" : "2.2.0-preview",
"name" : "PatientAccessBrand",
"title" : "Patient Access Brand (Organization) Profile",
"status" : "active",
"date" : "2023-03-05",
"publisher" : "HL7 International - FHIR Infrastructure WG",
"contact" : [
{
"name" : "HL7 International - FHIR Infrastructure WG",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.org/Special/committees/fiwg"
},
{
"system" : "email",
"value" : "fhir@lists.HL7.org"
}
]
}
],
"description" : "Profile on Organization to communicate the branding associated with a Patient\nAccess API endpoint.\n\n* Extensions about the **Brand**\n * `0..* MS` Logo\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo`\n * `valueUrl` SHOULD be optimized for display as a 1\" square and formatted as SVG or 1024x1024 pixel PNG with transparent background. Logo should be be legible at small sizes (e.g., as small as 50x50 pixels). Tips to achieve this: if the logo contains both a brandmark and a wordmark, separate them and use just the brandmark. If the logo is predominantly horizontal, consider creating a vertically-oriented logo that is still recognizable when scaled to smaller sizes. Multiple logos may be supplied. The URL can be an absolute URL with the `https://` schema, or a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs) with the `data:` schema that directly embeds content.\n * `0..1 MS` Logo use agreement\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo-use-agreement-agreement`.\n * `valueUrl` MAY include a link to terms for logo use by patient access apps.\n * `0..*` Brand flags\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-flags`.\n * This flag is intended to help app developers understand and debug the organizational relationships that underpin published Brands. For example, a `valueCode` of `hidden` allows systems to designate Organizations as part of a hierarchy without necessarily being shown in a UX card or tile. Marking Brands `hidden` can also be used to associate many affiliated organizations with a parent Brand (e.g., each with its street address) without apps displaying redundant information to users.\n* Extensions about the Brand's **Patient Access** (\"portal\"). These extensions represent the \"Patient Access Details\" described in the conceptual model above. These extensions are \"**inheritable**\", which means Brand entries in the Brand Bundle systems MAY be omit these extension whenever correct values are inferrable by following the entry's \"Patient access provided by\" links (`Organization.partOf`).\n * `0..1 MS` Patient access name (\"portal name\") Note: A Brand MUST include a this extension or inherit the value from the Brand referenced by `Organization.partOf`.\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name`.\n * `valueString` indicates the name by which patients know the portal (e.g.,\"MyChildren\" or \"Patient Gateway\") \n * `0..1 MS` Patient access URL (\"portal URL\") Note: A Brand MUST include a this extension or inherit the value from the Brand referenced by `Organization.partOf`.\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url`.\n * `valueUrl` indicates the location of the patient portal associated with this Brand -- i.e., a URL where patients can go to see their data and manage access.\n * `0..1 MS` Patient access description (\"portal description\")\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description`.\n * `valueMarkdown` explains, if necessary (in patient-friendly language), the subset of patients eligible to connect and the data available. This capability supports (for example) a cancer center that uses one EHR for pediatric patients and another for adult patients. In this scenario, each EHR would publish a different `PatientAccessBrand`; apps would display the description to disambiguate the user's selection. For instance, one Brand might indicate \"Access records for childhood cancer care\" and another might indicate \"Access records for adult cancer care\".\n * `0..* MS` Patient access logo (\"portal logo\"). Used if the portal has its own logo in addition to the Brand's logo\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo`\n * `valueUrl` See documentation for \"brand logo\"\n * `0..1 MS` Patient access logo use agreement\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo-use-agreement`.\n * `valueUrl` See documentation for \"brand logo use agreement\".\n\n* Extensions about customer-managed Brands\n * `0..* MS` Logo\n * `url` is `http://hl7.org/fhir/smart-app-launch/StructureDefinition/brands-bundle`\n * `valueUrl` for a customer-managed Patient Access Brands Bundle that defines this Brand and related Brands. **It allows customers to self-publish additional information about the Brand.**\n\n* `0..* MS` `identifier`(s) that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n * It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https: //www.childrenshospital.org/, a recommended identifier would be:\n\n `{\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"https://childrenshospital.org\"\n }`\n\n* `0..*` `type` Categories for this organization (system: `http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category`, code from: `clinical`, `lab`, `pharmacy`, `insurer`, `network`, `aggregator`)\n* `1..1 MS` `name` Primary brand name to display on a card\n* `0..* MS` `alias` Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search\n* `1..1 MS` `telecom` with `system` of `url` and `value` conveying the primary public website for the Brand. Note this is distinct from the patient access portal website (described below)\n* `0..* MS` `address` Locations (e.g., zip codes and/or street addresses) associated with the Brand. The following combinations are allowed:\n * State\n * City, state\n * City, state, zip code\n * Street address, city, state, zip code\n * zip code alone\n* `0..1 MS` `partOf` \"Patient access provided by\", to convey that an\n affiliated Brand hosts this Brand's API technology and patient portal. The\n hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e.,\n a Brand either includes portal details or links directly to a Brand that\n provides them).\n* `0..* MS` `endpoint` references one or more `PatientAccessEndpoints`. Typically, this\n property associates a single \"primary brand\" with the endpoint. Additional\n affiliated Brands or parent brands can be associated via \"Patient access\n provided by\" links (`Organization.partOf`). EHR vendors SHALL support\n integrated publication of Organizations in the same JSON Bundle, as well as\n external customer-managed publications:\n * `0..1 MS` `reference` containing a relative URL to an Endpoint within a Brand Bundle",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "servd",
"uri" : "http://www.omg.org/spec/ServD/1.0/",
"name" : "ServD"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"snapshot" : {
"element" : [
{
"id" : "Organization",
"path" : "Organization",
"short" : "Patient Access Brand",
"definition" : "A brand of a healthcare provider, such as a hospital, clinic, or practice",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization",
"min" : 0,
"max" : "*"
},
"constraint" : [
{
"key" : "dom-2",
"severity" : "error",
"human" : "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"expression" : "contained.contained.empty()",
"xpath" : "not(parent::f:contained and f:contained)",
"source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key" : "dom-3",
"severity" : "error",
"human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
"expression" : "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()",
"xpath" : "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
"source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key" : "dom-4",
"severity" : "error",
"human" : "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"expression" : "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
"xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key" : "dom-5",
"severity" : "error",
"human" : "If a resource is contained in another resource, it SHALL NOT have a security label",
"expression" : "contained.meta.security.empty()",
"xpath" : "not(exists(f:contained/*/f:meta/f:security))",
"source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
"valueBoolean" : true
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
"valueMarkdown" : "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
}
],
"key" : "dom-6",
"severity" : "warning",
"human" : "A resource should have narrative for robust management",
"expression" : "text.`div`.exists()",
"xpath" : "exists(f:text/h:div)",
"source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key" : "org-1",
"severity" : "error",
"human" : "The organization SHALL at least have a name or an identifier, and possibly more than one",
"expression" : "(identifier.count() + name.count()) > 0",
"xpath" : "count(f:identifier | f:name) > 0",
"source" : "http://hl7.org/fhir/StructureDefinition/Organization"
},
{
"key" : "pab-1",
"severity" : "error",
"human" : "A Patient Access Brand SHALL have a *portalName* extension or a reference to an affiliated \"parent brand\" (`Organization.partOf`) or both.",
"expression" : "extension.where(url='http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name').exists() or partOf.exists()"
},
{
"key" : "pab-2",
"severity" : "error",
"human" : "A Patient Access Brand SHALL have a *portalURL* extension or a reference to an affiliated \"parent brand\" (`Organization.partOf`) or both.",
"expression" : "extension.where(url='http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name').exists() or partOf.exists()"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "Entity. Role, or Act"
},
{
"identity" : "v2",
"map" : "(also see master files messages)"
},
{
"identity" : "rim",
"map" : "Organization(classCode=ORG, determinerCode=INST)"
},
{
"identity" : "servd",
"map" : "Organization"
}
]
},
{
"id" : "Organization.id",
"path" : "Organization.id",
"short" : "Logical id of this artifact",
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"comment" : "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "id"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "Organization.meta",
"path" : "Organization.meta",
"short" : "Metadata about the resource",
"definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.meta",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Meta"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true
},
{
"id" : "Organization.implicitRules",
"path" : "Organization.implicitRules",
"short" : "A set of rules under which this content was created",
"definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
"comment" : "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.implicitRules",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "uri"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : true,
"isModifierReason" : "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
"isSummary" : true
},
{
"id" : "Organization.language",
"path" : "Organization.language",
"short" : "Language of the resource content",
"definition" : "The base language in which the resource is written.",
"comment" : "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Resource.language",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "Language"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean" : true
}
],
"strength" : "preferred",
"description" : "A human language.",
"valueSet" : "http://hl7.org/fhir/ValueSet/languages"
}
},
{
"id" : "Organization.text",
"path" : "Organization.text",
"short" : "Text summary of the resource, for human interpretation",
"definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"comment" : "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
"alias" : [
"narrative",
"html",
"xhtml",
"display"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.text",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Narrative"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "Act.text?"
}
]
},
{
"id" : "Organization.contained",
"path" : "Organization.contained",
"short" : "Contained, inline Resources",
"definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
"alias" : [
"inline resources",
"anonymous resources",
"contained resources"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.contained",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Resource"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Organization.extension",
"path" : "Organization.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"ordered" : false,
"rules" : "open"
},
"short" : "Extension",
"definition" : "An Extension",
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "Organization.extension:logo",
"path" : "Organization.extension",
"sliceName" : "logo",
"short" : "Patient Access Brand Logo",
"definition" : "Patient access brand logo. SHOULD be optimized for display as a 1” square and formatted as SVG or 1024x1024 pixel PNG with transparent background. Logo should be be legible at small sizes (e.g., as small as 50x50 pixels). Tips to achieve this: if the logo contains both a brandmark and a wordmark, separate them and use just the brandmark. If the logo is predominantly horizontal, consider creating a vertically-oriented logo that is still recognizable when scaled to smaller sizes. Multiple logos may be supplied. The URL can be an absolute URL with the https:// schema, or a Data URL with the data: schema that directly embeds content.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:logoUse",
"path" : "Organization.extension",
"sliceName" : "logoUse",
"short" : "Patient Access Brand Logo Use Agreement",
"definition" : "Patient access brand logo use agreement. It includes a link to terms for logo use by patient access apps.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo-use-agreement"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:flags",
"path" : "Organization.extension",
"sliceName" : "flags",
"short" : "Patient Access Brand Flags",
"definition" : "valueCode of hidden allows systems to designate Organizations as part of a hierarchy without necessarily being shown in a UX card or tile. This flag is intended to help app developers understand and debug the organizational relationships that underpin published Brands. Marking Brands hidden can also be used to associate many affiliated organizations with a parent Brand (e.g., each with its street address) without apps displaying redundant information to users. Multiple logos may be supplied. The URL can be an absolute URL with the https:// schema, or a Data URL with the data: schema that directly embeds content.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-flags"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:portalName",
"path" : "Organization.extension",
"sliceName" : "portalName",
"short" : "Patient Access Brand Portal Name",
"definition" : "Indicates the name by which patients know the portal (for example, “MyChildrens” or “Patient Gateway”).",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name"
]
}
],
"condition" : [
"ele-1",
"pab-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:portalURL",
"path" : "Organization.extension",
"sliceName" : "portalURL",
"short" : "Patient Access Brand Portal URL",
"definition" : "Indicates the location of the patient portal associated with this Brand - i.e., a URL where patients can go to see their data and manage access.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:portalDescription",
"path" : "Organization.extension",
"sliceName" : "portalDescription",
"short" : "Patient Access Brand Portal Description",
"definition" : "Explains, if necessary (in patient-friendly language), the subset of patients eligible to connect and the data available. This capability supports (for example) a cancer center that uses one EHR for pediatric patients and another for adult patients. In this scenario, each EHR would publish a different `PatientAccessBrand`; apps would display the description to disambiguate the user's selection. For instance, one Brand might indicate \"Access records for childhood cancer care\" and another might indicate \"Access records for adult cancer care\".",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description"
]
}
],
"condition" : [
"ele-1",
"pab-2"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:portalLogo",
"path" : "Organization.extension",
"sliceName" : "portalLogo",
"short" : "Patient Access Brand Portal Logo",
"definition" : "Patient access brand portal logo. Used if the portal has its own logo in addition to the Brand's logo. See the documentation for “brand logo”.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:portalLogoUse",
"path" : "Organization.extension",
"sliceName" : "portalLogoUse",
"short" : "Patient Access Brand Portal Logo Use Agreement",
"definition" : "Patient access brand portal logo use agreement. See the documentation for “brand logo use agreement”",
"min" : 0,
"max" : "1",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo-use-agreement"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.extension:brands-bundle",
"path" : "Organization.extension",
"sliceName" : "brands-bundle",
"short" : "URL for a customer-managed Patient Access Brands Bundle",
"definition" : "URL for a customer-managed Patient Access Brands Bundle that defines the identified and related Brands (the Bundle SHALL contain exactly one entry matching the specified identifier).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brands-bundle"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "Organization.modifierExtension",
"path" : "Organization.modifierExtension",
"short" : "Extensions that cannot be ignored",
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "DomainResource.modifierExtension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"short" : "Unique identifier for the brand",
"definition" : "The unique identifier for the brand that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n* It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https: //www.childrenshospital.org/, a recommended identifier would be:\n\n `{\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"https://childrenshospital.org\"\n }`\n",
"requirements" : "Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.identifier",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Identifier"
}
],
"condition" : [
"org-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "w5",
"map" : "FiveWs.identifier"
},
{
"identity" : "v2",
"map" : "XON.10 / XON.3"
},
{
"identity" : "rim",
"map" : ".scopes[Role](classCode=IDENT)"
},
{
"identity" : "servd",
"map" : "./Identifiers"
}
]
},
{
"id" : "Organization.active",
"path" : "Organization.active",
"short" : "Whether the organization's record is still in active use",
"definition" : "Whether the organization's record is still in active use.",
"comment" : "This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.\n\nThis element is labeled as a modifier because it may be used to mark that the resource was created in error.",
"requirements" : "Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Organization.active",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
],
"meaningWhenMissing" : "This resource is generally assumed to be active if no value is provided for the active element",
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : true,
"isModifierReason" : "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid",
"isSummary" : true,
"mapping" : [
{
"identity" : "w5",
"map" : "FiveWs.status"
},
{
"identity" : "v2",
"map" : "No equivalent in HL7 v2"
},
{
"identity" : "rim",
"map" : ".status"
},
{
"identity" : "servd",
"map" : "./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date."
}
]
},
{
"id" : "Organization.type",
"path" : "Organization.type",
"short" : "Categories for this organization (health-system, hospital, outpatient, insurer, lab, pharmacy)",
"definition" : "Categories for this organization (system: `http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category`, code from: `clinical`, `lab`, `pharmacy`, `insurer`, `network`, `aggregator`)",
"comment" : "Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes\n\nWhen considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center.\n\nWe expect that some jurisdictions will profile this optionality to be a single cardinality.",
"requirements" : "Need to be able to track the kind of organization that this is - different organization types have different uses.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.type",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "CodeableConcept"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://hl7.org/fhir/smart-app-launch/ValueSet/patient-access-category"
},
"mapping" : [
{
"identity" : "w5",
"map" : "FiveWs.class"
},
{
"identity" : "v2",
"map" : "No equivalent in v2"
},
{
"identity" : "rim",
"map" : ".code"
},
{
"identity" : "servd",
"map" : "n/a"
}
]
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"short" : "Primary brand name to display on a card",
"definition" : "The primary brand name to display on a card.",
"comment" : "If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches.",
"requirements" : "Need to use the name as the label of the organization.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Organization.name",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"org-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XON.1"
},
{
"identity" : "rim",
"map" : ".name"
},
{
"identity" : "servd",
"map" : ".PreferredName/Name"
}
]
},
{
"id" : "Organization.alias",
"path" : "Organization.alias",
"short" : "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search",
"definition" : "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search",
"comment" : "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the organization.",
"requirements" : "Over time locations and organizations go through many changes and can be known by different names.\n\nFor searching knowing previous names that the organization was known by can be very useful.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.alias",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "string"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : ".name"
}
]
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"short" : "The primary public website for the Brand.",
"definition" : "`telecom` with `system` of `url` and `value` conveying the primary public website for the Brand. Note this is distinct from the patient access portal website.",
"comment" : "The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself.",
"requirements" : "Human contact for the organization.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Organization.telecom",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "ContactPoint"
}
],
"condition" : [
"org-3"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "org-3",
"severity" : "error",
"human" : "The telecom of an organization can never be of use 'home'",
"expression" : "where(use = 'home').empty()",
"xpath" : "count(f:use[@value='home']) = 0",
"source" : "http://hl7.org/fhir/StructureDefinition/Organization"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "v2",
"map" : "ORC-22?"
},
{
"identity" : "rim",
"map" : ".telecom"
},
{
"identity" : "servd",
"map" : "./ContactPoints"
}
]
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"short" : "Locations (e.g., zip codes and/or street addresses) associated with the Brand.",
"definition" : "Locations (e.g., zip codes and/or street addresses) associated with the Brand. The following combinations are allowed:\n * State\n * City, state\n * City, state, zip code\n * Street address, city, state, zip code\n * zip code alone\n",
"comment" : "Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used.",
"requirements" : "May need to keep track of the organization's addresses for contacting, billing or reporting requirements.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.address",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Address"
}
],
"condition" : [
"org-2"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "org-2",
"severity" : "error",
"human" : "An address of an organization can never be of use 'home'",
"expression" : "where(use = 'home').empty()",
"xpath" : "count(f:use[@value='home']) = 0",
"source" : "http://hl7.org/fhir/StructureDefinition/Organization"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "v2",
"map" : "ORC-23?"
},
{
"identity" : "rim",
"map" : ".address"
},
{
"identity" : "servd",
"map" : "./PrimaryAddress and ./OtherAddresses"
}
]
},
{
"id" : "Organization.partOf",
"path" : "Organization.partOf",
"short" : "Affiliated \"parent brand\", if this Brand is part of a larger health system",
"definition" : "Affiliated \"parent brand\", if this Brand is part of a larger health system. \"Patient access provided by\", to convey that an affiliated Brand hosts this Brand's API technology and patient portal. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).",
"requirements" : "Need to be able to track the hierarchy of organizations within an organization.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Organization.partOf",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
"valueBoolean" : true
}
],
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
],
"condition" : [
"pab-1",
"pab-2"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "No equivalent in HL7 v2"
},
{
"identity" : "rim",
"map" : ".playedBy[classCode=Part].scoper"
},
{
"identity" : "servd",
"map" : "n/a"
}
]
},
{
"id" : "Organization.contact",
"path" : "Organization.contact",
"short" : "Contact for the organization for a certain purpose",
"definition" : "Contact for the organization for a certain purpose.",
"comment" : "Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use.",
"requirements" : "Need to keep track of assigned contact points within bigger organization.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.contact",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "BackboneElement"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : ".contactParty"
}
]
},
{
"id" : "Organization.contact.id",
"path" : "Organization.contact.id",
"representation" : [
"xmlAttr"
],
"short" : "Unique id for inter-element referencing",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "string"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Organization.contact.extension",
"path" : "Organization.contact.extension",
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Organization.contact.modifierExtension",
"path" : "Organization.contact.modifierExtension",
"short" : "Extensions that cannot be ignored even if unrecognized",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"alias" : [
"extensions",
"user content",
"modifiers"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "BackboneElement.modifierExtension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : true,
"isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Organization.contact.purpose",
"path" : "Organization.contact.purpose",
"short" : "The type of contact",
"definition" : "Indicates a purpose for which the contact can be reached.",
"requirements" : "Need to distinguish between multiple contact persons.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Organization.contact.purpose",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "CodeableConcept"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "ContactPartyType"
}
],
"strength" : "extensible",
"description" : "The purpose for which you would contact a contact party.",
"valueSet" : "http://hl7.org/fhir/ValueSet/contactentity-type"
},
"mapping" : [
{
"identity" : "rim",
"map" : "./type"
}
]
},
{
"id" : "Organization.contact.name",
"path" : "Organization.contact.name",
"short" : "A name associated with the contact",
"definition" : "A name associated with the contact.",
"requirements" : "Need to be able to track the person by name.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Organization.contact.name",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "HumanName"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "v2",
"map" : "PID-5, PID-9"
},
{
"identity" : "rim",
"map" : "./name"
}
]
},
{
"id" : "Organization.contact.telecom",
"path" : "Organization.contact.telecom",
"short" : "Contact details (telephone, email, etc.) for a contact",
"definition" : "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.",
"requirements" : "People have (primary) ways to contact them in some way such as phone, email.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.contact.telecom",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "ContactPoint"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "v2",
"map" : "PID-13, PID-14"
},
{
"identity" : "rim",
"map" : "./telecom"
}
]
},
{
"id" : "Organization.contact.address",
"path" : "Organization.contact.address",
"short" : "Visiting or postal addresses for the contact",
"definition" : "Visiting or postal addresses for the contact.",
"requirements" : "May need to keep track of a contact party's address for contacting, billing or reporting requirements.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Organization.contact.address",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Address"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "v2",
"map" : "PID-11"
},
{
"identity" : "rim",
"map" : "./addr"
}
]
},
{
"id" : "Organization.endpoint",
"path" : "Organization.endpoint",
"short" : "The \"primary brand\" endpoint.",
"definition" : "References one or more `PatientAccessEndpoints`. Typically, this property associates a single \"primary brand\" with the endpoint. Additional affiliated Brands or parent brands can be associated via \"Patient access provided by\" links (`Organization.partOf`). EHR vendors SHALL support integrated publication of Organizations in the same JSON Bundle, **as well as external customer-managed publications**",
"requirements" : "Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Organization.endpoint",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"
],
"aggregation" : [
"bundled"
]
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Organization.endpoint.id",
"path" : "Organization.endpoint.id",
"representation" : [
"xmlAttr"
],
"short" : "Unique id for inter-element referencing",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "string"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Organization.endpoint.extension",
"path" : "Organization.endpoint.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Organization.endpoint.reference",
"path" : "Organization.endpoint.reference",
"short" : "Relative URL to an Endpoint within the Patient Access Brands Bundle",
"definition" : "Relative URL to an Endpoint within the Patient Access Brands Bundle",
"comment" : "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Reference.reference",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ref-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"mustSupport" : true,
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Organization.endpoint.type",
"path" : "Organization.endpoint.type",
"short" : "Type the reference refers to (e.g. \"Patient\")",
"definition" : "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).",
"comment" : "This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Reference.type",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "uri"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "FHIRResourceTypeExt"
}
],
"strength" : "extensible",
"description" : "Aa resource (or, for logical models, the URI of the logical model).",
"valueSet" : "http://hl7.org/fhir/ValueSet/resource-types"
},
"mapping" : [
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Organization.endpoint.identifier",
"path" : "Organization.endpoint.identifier",
"short" : "Logical reference, when literal reference is not known",
"definition" : "An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.",
"comment" : "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.\n\nReference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Reference.identifier",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Identifier"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : ".identifier"
}
]
},
{
"id" : "Organization.endpoint.display",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean" : true
}
],
"path" : "Organization.endpoint.display",
"short" : "Text alternative for the resource",
"definition" : "Plain text narrative that identifies the resource in addition to the resource reference.",
"comment" : "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Reference.display",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "N/A"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "Organization",
"path" : "Organization",
"short" : "Patient Access Brand",
"definition" : "A brand of a healthcare provider, such as a hospital, clinic, or practice",
"constraint" : [
{
"key" : "pab-1",
"severity" : "error",
"human" : "A Patient Access Brand SHALL have a *portalName* extension or a reference to an affiliated \"parent brand\" (`Organization.partOf`) or both.",
"expression" : "extension.where(url='http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name').exists() or partOf.exists()"
},
{
"key" : "pab-2",
"severity" : "error",
"human" : "A Patient Access Brand SHALL have a *portalURL* extension or a reference to an affiliated \"parent brand\" (`Organization.partOf`) or both.",
"expression" : "extension.where(url='http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name').exists() or partOf.exists()"
}
]
},
{
"id" : "Organization.extension:logo",
"path" : "Organization.extension",
"sliceName" : "logo",
"short" : "Patient Access Brand Logo",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:logoUse",
"path" : "Organization.extension",
"sliceName" : "logoUse",
"short" : "Patient Access Brand Logo Use Agreement",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo-use-agreement"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:flags",
"path" : "Organization.extension",
"sliceName" : "flags",
"short" : "Patient Access Brand Flags",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-flags"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:portalName",
"path" : "Organization.extension",
"sliceName" : "portalName",
"short" : "Patient Access Brand Portal Name",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name"
]
}
],
"condition" : [
"pab-1"
],
"mustSupport" : true
},
{
"id" : "Organization.extension:portalURL",
"path" : "Organization.extension",
"sliceName" : "portalURL",
"short" : "Patient Access Brand Portal URL",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:portalDescription",
"path" : "Organization.extension",
"sliceName" : "portalDescription",
"short" : "Patient Access Brand Portal Description",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description"
]
}
],
"condition" : [
"pab-2"
],
"mustSupport" : true
},
{
"id" : "Organization.extension:portalLogo",
"path" : "Organization.extension",
"sliceName" : "portalLogo",
"short" : "Patient Access Brand Portal Logo",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:portalLogoUse",
"path" : "Organization.extension",
"sliceName" : "portalLogoUse",
"short" : "Patient Access Brand Portal Logo Use Agreement",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo-use-agreement"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.extension:brands-bundle",
"path" : "Organization.extension",
"sliceName" : "brands-bundle",
"short" : "URL for a customer-managed Patient Access Brands Bundle",
"definition" : "URL for a customer-managed Patient Access Brands Bundle that defines the identified and related Brands (the Bundle SHALL contain exactly one entry matching the specified identifier).",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/brands-bundle"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"short" : "Unique identifier for the brand",
"definition" : "The unique identifier for the brand that apps can use to link this Brand across publishers or with external data sets. EHRs SHALL support customer-supplied identifiers (`system` and `value`).\n\n* It is RECOMMENDED that each Brand include an identifier where `system` is `urn:ietf:rfc: 3986` (meaning the identifier is a URL) and `value` is the HTTPS URL for the Brand's primary web presence, omitting any \"www.\" prefix from the domain and omitting any path component. For example, since the main web presence of Boston Children's Hospital is https: //www.childrenshospital.org/, a recommended identifier would be:\n\n `{\n \"system\": \"urn:ietf:rfc:3986\",\n \"value\": \"https://childrenshospital.org\"\n }`\n",
"mustSupport" : true
},
{
"id" : "Organization.type",
"path" : "Organization.type",
"short" : "Categories for this organization (health-system, hospital, outpatient, insurer, lab, pharmacy)",
"definition" : "Categories for this organization (system: `http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category`, code from: `clinical`, `lab`, `pharmacy`, `insurer`, `network`, `aggregator`)",
"binding" : {
"strength" : "extensible",
"valueSet" : "http://hl7.org/fhir/smart-app-launch/ValueSet/patient-access-category"
}
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"short" : "Primary brand name to display on a card",
"definition" : "The primary brand name to display on a card.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Organization.alias",
"path" : "Organization.alias",
"short" : "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search",
"definition" : "Aliases (e.g., former names like \"Partners Healthcare\") for filtering/search",
"mustSupport" : true
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"short" : "The primary public website for the Brand.",
"definition" : "`telecom` with `system` of `url` and `value` conveying the primary public website for the Brand. Note this is distinct from the patient access portal website.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"short" : "Locations (e.g., zip codes and/or street addresses) associated with the Brand.",
"definition" : "Locations (e.g., zip codes and/or street addresses) associated with the Brand. The following combinations are allowed:\n * State\n * City, state\n * City, state, zip code\n * Street address, city, state, zip code\n * zip code alone\n",
"mustSupport" : true
},
{
"id" : "Organization.partOf",
"path" : "Organization.partOf",
"short" : "Affiliated \"parent brand\", if this Brand is part of a larger health system",
"definition" : "Affiliated \"parent brand\", if this Brand is part of a larger health system. \"Patient access provided by\", to convey that an affiliated Brand hosts this Brand's API technology and patient portal. The hierarchy of \"access provided by\" links SHALL NOT exceed a depth of two (i.e., a Brand either includes portal details or links directly to a Brand that provides them).",
"condition" : [
"pab-1",
"pab-2"
],
"mustSupport" : true
},
{
"id" : "Organization.endpoint",
"path" : "Organization.endpoint",
"short" : "The \"primary brand\" endpoint.",
"definition" : "References one or more `PatientAccessEndpoints`. Typically, this property associates a single \"primary brand\" with the endpoint. Additional affiliated Brands or parent brands can be associated via \"Patient access provided by\" links (`Organization.partOf`). EHR vendors SHALL support integrated publication of Organizations in the same JSON Bundle, **as well as external customer-managed publications**",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"
],
"aggregation" : [
"bundled"
]
}
],
"mustSupport" : true
},
{
"id" : "Organization.endpoint.reference",
"path" : "Organization.endpoint.reference",
"short" : "Relative URL to an Endpoint within the Patient Access Brands Bundle",
"definition" : "Relative URL to an Endpoint within the Patient Access Brands Bundle",
"min" : 0,
"max" : "1",
"mustSupport" : true
}
]
}
}
IG © 2020+ HL7 International - FHIR Infrastructure WG and Boston Children's Hospital Package hl7.fhir.uv.smart-app-launch#2.2.0-preview based on FHIR 4.0.1. Generated 2023-09-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change