This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "FHIR Organization"

From HL7Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
=Organization properties=
 
=Organization properties=
 
* We discussed the Organization properties as they appear currently in the FHIR Resource Organization. Below we discuss all properties where we might differ from the current definition.
 
* We discussed the Organization properties as they appear currently in the FHIR Resource Organization. Below we discuss all properties where we might differ from the current definition.
* status (in UML, not in current def)
+
* status (in UML, not in current def) - introduct in resource. Active and Inactive (20121112)
* name (in UML, but defined as a type of ContactPerson?)
+
* name - string [0..*] We simplify this to one attribute. Keep it 0..*, because we can imagine usecases for that but make the period of validity of a name an extension (20121112)  
* name (in current def is a combi of name + period)
+
* type - things like "pediatric ward", "corporation". Renamed from "code" (20121112)
  
 
==Organization.ContactPerson==
 
==Organization.ContactPerson==
Line 15: Line 15:
 
==Organization.RelatedOrganization==
 
==Organization.RelatedOrganization==
 
* UML: reference to org + type + period
 
* UML: reference to org + type + period
 +
* type - playing/scoping kind of information, how the organizations are related.
 
* FHIR has a component with contact info, address.
 
* FHIR has a component with contact info, address.

Revision as of 22:25, 12 November 2012

Return to PA Resource Development

Organization properties

  • We discussed the Organization properties as they appear currently in the FHIR Resource Organization. Below we discuss all properties where we might differ from the current definition.
  • status (in UML, not in current def) - introduct in resource. Active and Inactive (20121112)
  • name - string [0..*] We simplify this to one attribute. Keep it 0..*, because we can imagine usecases for that but make the period of validity of a name an extension (20121112)
  • type - things like "pediatric ward", "corporation". Renamed from "code" (20121112)

Organization.ContactPerson

  • in addition to Contact (which is address etc.), the UML includes ContactPerson (person ref. + role)

Organization.Accreditation

  • UML (based on v3) is equal to the current Organization.Accreditation definition in FHIR

Organization.RelatedOrganization

  • UML: reference to org + type + period
  • type - playing/scoping kind of information, how the organizations are related.
  • FHIR has a component with contact info, address.