Skip to content

Commit

Permalink
Merge pull request #123 from IHE/lukeaduncan-iss-67
Browse files Browse the repository at this point in the history
implicitRules and modifierExtension
  • Loading branch information
lukeaduncan authored Jul 21, 2022
2 parents 7188226 + e9e00f5 commit 199dd72
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions input/fsh/endpoint.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ reachable via an Endpoint at its parent Organization or an affiliated Organizati

Given that in FHIR R4 the .connnectionType is 1..1, each type of endpoint will be indicated with an independent Endpoint resource.
"""
* implicitRules 0..0
* modifierExtension 0..0
* status MS
* status ^short = "represents the current status of this endpoint."
* status ^comment = "Should be updated when maintenance or other status changes happen."
Expand Down
3 changes: 2 additions & 1 deletion input/fsh/healthcareservice.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ care services, or primary care services. The combination of a Healthcare Service
[Location](StructureDefinition-IHE.mCSD.Location.html) may have specific attributes including
contact person, hours of operation, etc.
"""

* implicitRules 0..0
* modifierExtension 0..0
* type 1..*
* ^short = "The type of service being provided."
* ^definition = "The type of service being provided."
Expand Down
2 changes: 2 additions & 0 deletions input/fsh/location.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ attributes regarding its hours of operation, etc. Each Location may be related t
A location may have a hierarchical relationship with other locations.
"""

* implicitRules 0..0
* modifierExtension 0..0
* type 1..*
* ^short = "A code that describes the type of Location."
* ^definition = "A code that describes the type of Location."
Expand Down
2 changes: 2 additions & 0 deletions input/fsh/org-aff.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ an electronic routing path to other organizations that cannot be reached directl
OrganizationAffiliation can be used to specify relationships such as supply chains
or administrative reporting structures.
"""
* implicitRules 0..0
* modifierExtension 0..0
* active 1..1
* endpoint only Reference(MCSDEndpoint)
* code 1..*
Expand Down
3 changes: 2 additions & 1 deletion input/fsh/organization.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ practice. An organization has a unique identifier and may have additional admini
contact person, mailing address, etc. Departments of an institution, or other administrative units, may be
represented as child Organizations of a parent Organization.
"""

* implicitRules 0..0
* modifierExtension 0..0
* type 1..*
* ^short = "A code that describes the type of Organization."
* ^definition = "A code that describes the type of Organization."
Expand Down
6 changes: 4 additions & 2 deletions input/fsh/practitioner.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ and one or more [Healthcare Services](StructureDefinition-IHE.mCSD.HealthcareSer
[Practitioner Role](StructureDefinition-IHE.mCSD.PractitionerRole.html). Specific attributes may be associated with
the Practitioner relationship with these other entities.
"""

* implicitRules 0..0
* modifierExtension 0..0
* name 1..*
* ^short = "The name of the Practitioner."
* ^definition = "The name of the Practitioner."
Expand All @@ -31,7 +32,8 @@ health care role to perform [Healthcare Services](StructureDefinition-IHE.mCSD.H
at a particular [Location](StructureDefinition-IHE.mCSD.Location.html)
for an [Organization](StructureDefinition-IHE.mCSD.Organization.html)
"""

* implicitRules 0..0
* modifierExtension 0..0
* code 1..*
* ^short = "The roles the Practitioner performs."
* ^definition = "The roles the Practitioner performs."
Expand Down

0 comments on commit 199dd72

Please sign in to comment.