2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Profile: Organization

The official URL for this profile is:

http://hl7.org/fhir/Profile/cda-organization

. Standard Profile for CDA R2 on FHIR

This profile was published on Sun, Nov 16, 2014 00:00+1100 with unknown status 'preliminary" by .

Summary

Required/Prohibited Elements

  • The element Organization.contact is prohibited
  • The element Organization.location is prohibited
  • The element Organization.active is prohibited

Extensions

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

Differential View

This structure is derived from Organization.

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization CDA Organization
... identifier 0..*IdentifierCDA Organization ID
... name 0..1CDA Organization Name
... type 0..1CDA Organization standardIndustryClassCode
Binding: OrganizationIndustryClass (extensible)
... telecom 0..*CDA Orgnization.telecom
... address 0..*CDA Organization Address
... partOf 0..1#OrganizationThe organization of which this organization forms a part
.... cda-org-partof-code 0..1CodeableConceptCDA OrganiationPartOf code
.... cda-org-partof-statuscode 0..1CodeableConceptCDA OrganiationPartOf statusCode
.... cda-org-partof-effectivetime 0..1PeriodCDA OrganiationPartOf effectiveTime
... contact 0..0
... location 0..0
... active 0..0
... cda-whole-organization 0..1#OrganizationCDA Whole Organization

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization I1..1CDA Organization
org-1: The organization SHALL at least have a name or an id, and possibly more than one
... id 0..1idLogical id of this artefact
... meta 0..1MetaMetadata about the resource
... implicitRules M0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required, not extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... cda-whole-organization 0..*#OrganizationCDA Whole Organization
... modifierExtension 0..*ExtensionExtensions that cannot be ignored
... identifier I0..*IdentifierCDA Organization ID
... name I0..1stringCDA Organization Name
... type 0..1CodeableConceptCDA Organization standardIndustryClassCode
Binding: OrganizationIndustryClass (extensible)
... telecom I0..*ContactPointCDA Orgnization.telecom
org-3: The telecom of an organization can never be of use 'home'
... address I0..*AddressCDA Organization Address
org-2: An address of an organization can never be of use 'home'
... partOf 0..1#OrganizationThe organization of which this organization forms a part
.... id 0..1idxml:id (or equivalent in JSON)
.... cda-org-partof-statuscode 0..1CodeableConceptCDA OrganiationPartOf statusCode
.... cda-org-partof-effectivetime 0..1PeriodCDA OrganiationPartOf effectiveTime
.... reference I0..1stringRelative, internal or absolute URL reference
.... display 0..1stringText alternative for the resource

XML Template

JSON Template

todo

Differential View

This structure is derived from Organization.

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization CDA Organization
... identifier 0..*IdentifierCDA Organization ID
... name 0..1CDA Organization Name
... type 0..1CDA Organization standardIndustryClassCode
Binding: OrganizationIndustryClass (extensible)
... telecom 0..*CDA Orgnization.telecom
... address 0..*CDA Organization Address
... partOf 0..1#OrganizationThe organization of which this organization forms a part
.... cda-org-partof-code 0..1CodeableConceptCDA OrganiationPartOf code
.... cda-org-partof-statuscode 0..1CodeableConceptCDA OrganiationPartOf statusCode
.... cda-org-partof-effectivetime 0..1PeriodCDA OrganiationPartOf effectiveTime
... contact 0..0
... location 0..0
... active 0..0
... cda-whole-organization 0..1#OrganizationCDA Whole Organization

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Organization I1..1CDA Organization
org-1: The organization SHALL at least have a name or an id, and possibly more than one
... id 0..1idLogical id of this artefact
... meta 0..1MetaMetadata about the resource
... implicitRules M0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required, not extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... cda-whole-organization 0..*#OrganizationCDA Whole Organization
... modifierExtension 0..*ExtensionExtensions that cannot be ignored
... identifier I0..*IdentifierCDA Organization ID
... name I0..1stringCDA Organization Name
... type 0..1CodeableConceptCDA Organization standardIndustryClassCode
Binding: OrganizationIndustryClass (extensible)
... telecom I0..*ContactPointCDA Orgnization.telecom
org-3: The telecom of an organization can never be of use 'home'
... address I0..*AddressCDA Organization Address
org-2: An address of an organization can never be of use 'home'
... partOf 0..1#OrganizationThe organization of which this organization forms a part
.... id 0..1idxml:id (or equivalent in JSON)
.... cda-org-partof-statuscode 0..1CodeableConceptCDA OrganiationPartOf statusCode
.... cda-org-partof-effectivetime 0..1PeriodCDA OrganiationPartOf effectiveTime
.... reference I0..1stringRelative, internal or absolute URL reference
.... display 0..1stringText alternative for the resource

XML Template

JSON Template

todo

 

Other definitions: (todo)

Terminology Bindings

PathNameConformanceValueSet
Organization.languageLanguagerequiredhttp://tools.ietf.org/html/bcp47
Organization.typeOrganizationIndustryClass (extensible)http://hl7.org/fhir/v3/vs/OrganizationIndustryClass
Organization.contact.purposeContactPartyTypepreferred (extensible)ContactEntityType
Organization.contact.genderAdministrativeGenderrequiredAdministrativeGender

Constraints

IdPathNameDetails
org-1OrganizationAtLeastANameOrIdThe organization SHALL at least have a name or an id, and possibly more than one
XPath: count(f:identifier | f:name) > 0
org-3Organization.telecomNoHomeUseTelecomThe telecom of an organization can never be of use 'home'
XPath: count(f:use[@value='home']) = 0
org-2Organization.addressNoHomeUseAddressAn address of an organization can never be of use 'home'
XPath: count(f:use[@value='home']) = 0
.