Skip to content

Commit

Permalink
Bundle, MessageDefinition, MessageHeader
Browse files Browse the repository at this point in the history
Removal of references to UK Core version and Genomics version of these resources from CapabilityStatement
  • Loading branch information
omarisgreat committed Apr 9, 2024
1 parent e6d172e commit f45adaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
{
"type": "Bundle",
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Bundle",
"profile": "http://hl7.org/fhir/StructureDefinition/Bundle",
"documentation": "For posting FHIR transaction bundles (http://hl7.org/fhir/R4B/http.html#transaction) to the server.",
"interaction": [
{
Expand Down Expand Up @@ -280,7 +280,7 @@
},
{
"type": "MessageDefinition",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageDefinition-Genomics",
"profile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition",
"documentation": "For searching supported MessageDefinitions",
"interaction": [
{
Expand Down Expand Up @@ -416,7 +416,7 @@
},
{
"type": "MessageHeader",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageHeader-Genomics",
"profile": "http://hl7.org/fhir/StructureDefinition/MessageHeader",
"documentation": "Endpoints for interacting with MessageHeader resources",
"interaction": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"type": "Bundle",
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Bundle"
"profile": "http://hl7.org/fhir/StructureDefinition/Bundle"
},
{
"type": "CodeSystem",
Expand All @@ -53,7 +53,7 @@
},
{
"type": "MessageDefinition",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageDefinition-Genomics"
"profile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition"
},
{
"type": "NamingSystem",
Expand All @@ -73,7 +73,7 @@
},
{
"type": "MessageHeader",
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageHeader-Genomics"
"profile": "http://hl7.org/fhir/StructureDefinition/MessageHeader"
},
{
"type": "Subscription",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"kind": "resource",
"abstract": false,
"type": "MessageHeader",
"baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-MessageHeader",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageHeader",
"derivation": "constraint",
"differential": {
"element": [
Expand Down

0 comments on commit f45adaa

Please sign in to comment.