Skip to content

Commit

Permalink
FHIR-46289 adding Flag to CapabilityStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jul 18, 2024
1 parent 72618f5 commit b8a56f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion input/fsh/CapabilityStatement-uv-ips.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ Usage: #definition
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips"
* rest.resource[=].supportedProfile.extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].supportedProfile.extension.valueCode = #SHOULD
* rest.resource[+].type = #Flag
* rest.resource[=].profile = "http://hl7.org/fhir/StructureDefinition/Flag"
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/Flag-alert-uv-ips"
* rest.resource[=].supportedProfile.extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].supportedProfile.extension.valueCode = #SHOULD
* rest.resource[+].type = #Procedure
* rest.resource[=].profile = "http://hl7.org/fhir/StructureDefinition/Procedure"
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"
Expand All @@ -151,7 +156,7 @@ Usage: #definition
* rest.resource[=].operation.extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].operation.extension.valueCode = #SHOULD
* rest.resource[=].operation.name = "docref"
* rest.resource[=].operation.definition = "http://build.fhir.org/ig/HL7/fhir-ipa/OperationDefinition-docref"
* rest.resource[=].operation.definition = "http://hl7.org/fhir/uv/ipa/OperationDefinition/docref"
* rest.resource[+].extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].extension.valueCode = #SHOULD
* rest.resource[=].type = #OperationDefinition
Expand Down

0 comments on commit b8a56f5

Please sign in to comment.