Skip to content

Commit

Permalink
fix: EndpointVisibilityExtension Context fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-werner committed Mar 20, 2024
1 parent a7c48f1 commit ceba95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"abstract": false,
"context": [
{
"expression": "Organization",
"expression": "Endpoint",
"type": "element"
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/fhir/input/fsh/profiles/Extension.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Extension: EndpointVisibility
Id: EndpointVisibility
Title: "EndpointVisibility"
Description: "Visibility of an Endpoint in the FHIR-VZD. This Extensions includes codes of use-cases im which this Endpoint SHALL not be visible."
Context: Organization
Context: Endpoint
* insert Meta
* value[x] MS
* value[x] only Coding
Expand Down

0 comments on commit ceba95f

Please sign in to comment.