From 9da36662f7226dfff3d2179fd8a9fb08f4de61fb Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:55:14 +0000 Subject: [PATCH 1/5] Update AddFGMRecordTransactionExample1-bundle.fsh --- .../AddFGMRecordTransactionExample1-bundle.fsh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/input/fsh/examples/AddFGMRecordTransactionExample1-bundle.fsh b/input/fsh/examples/AddFGMRecordTransactionExample1-bundle.fsh index bb4ac74..2f8837e 100644 --- a/input/fsh/examples/AddFGMRecordTransactionExample1-bundle.fsh +++ b/input/fsh/examples/AddFGMRecordTransactionExample1-bundle.fsh @@ -7,19 +7,8 @@ Usage: #example * entry[=].resource = PatientExample1 * entry[=].request.method = #PUT * entry[=].request.url = "Patient/PatientExample1" -* entry[+].fullUrl = "Consent/FGMConsentExample1" -* entry[=].resource = FGMConsentExample1 -* entry[=].request.method = #PUT -* entry[=].request.url = "Consent/FGMConsentExample1" -* entry[+].fullUrl = "Condition/FGMConditionExample1" -* entry[=].resource = FGMConditionExample1 -* entry[=].request.method = #PUT -* entry[=].request.url = "Condition/FGMConditionExample1" * entry[+].fullUrl = "Flag/FGMPatientFlagExample1" * entry[=].resource = FGMPatientFlagExample1 * entry[=].request.method = #PUT * entry[=].request.url = "Flag/FGMPatientFlagExample1" -* entry[+].fullUrl = "Flag/FGMFlagExample1" -* entry[=].resource = FGMFlagExample1 -* entry[=].request.method = #PUT -* entry[=].request.url = "Flag/FGMFlagExample1" + From 803cfdce4c4574d320fd6a043cb234be7732fbed Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:10:24 +0000 Subject: [PATCH 2/5] Delete input/fsh/examples/FGMConditionExample1.fsh --- input/fsh/examples/FGMConditionExample1.fsh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 input/fsh/examples/FGMConditionExample1.fsh diff --git a/input/fsh/examples/FGMConditionExample1.fsh b/input/fsh/examples/FGMConditionExample1.fsh deleted file mode 100644 index 077c1dc..0000000 --- a/input/fsh/examples/FGMConditionExample1.fsh +++ /dev/null @@ -1,20 +0,0 @@ -Instance: FGMConditionExample1 -InstanceOf: Condition -Title: "FGM example of a Condition resource." -Usage: #example -* meta.profile = "https://fhir.nhs.uk/England/StructureDefinition/FlagCondition" - -* clinicalStatus = $condition-clinical#active -* category[0] = PatientFlagCategory#FGM "Female Genital Mutilation Flag" -* category[+] = FGM-ConditionCategory#fgm-example-condition-category "FGM example condition category" -* code = FGM-ConditionCode#1 "FGM example condition code" -* subject = Reference(Patient/PatientExample1) - -* contained.resourceType = "Provenance" -* contained.id = "e78b78b2-31f9-453d-b278-6d5720001073" -* contained.target.reference = "#" -* contained.recorded = "2024-01-01T11:00:00+00:00" -* contained.activity = $v3-DataOperation#CREATE "create" -* contained.agent.role = $CareConnect-SDSJobRoleName-1#R0260 "General Medical Practitioner" -* contained.agent.who.reference = "https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9" -* contained.agent.onBehalfOf.reference = "https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7" \ No newline at end of file From e306fc5045ef399ddf2157b576542479241668ed Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:10:35 +0000 Subject: [PATCH 3/5] Delete input/fsh/examples/FGMConsentExample.fsh --- input/fsh/examples/FGMConsentExample.fsh | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100644 input/fsh/examples/FGMConsentExample.fsh diff --git a/input/fsh/examples/FGMConsentExample.fsh b/input/fsh/examples/FGMConsentExample.fsh deleted file mode 100644 index 113ce47..0000000 --- a/input/fsh/examples/FGMConsentExample.fsh +++ /dev/null @@ -1,28 +0,0 @@ -Instance: FGMConsentExample1 -InstanceOf: Consent -Title: "FGM example of Consent resource" -Usage: #example -* meta.profile = "https://fhir.nhs.uk/England/StructureDefinition/FlagConsent" - -* extension[0].url = "https://fhir.nhs.uk/England/StructureDefinition/Extension-ConsentCreateSummary" -* extension[=].valueAnnotation.text = "Example of consent create summary extension text" -* extension[+].url = "https://fhir.nhs.uk/England/StructureDefinition/Extension-ConsentRemoveSummary" -* extension[=].valueAnnotation.text = "Example of consent remove summary extension text" - -* status = #active -* scope = $consentscope#patient-privacy -* category = PatientFlagCategory#FGM "Female Genital Mutilation Flag" -* provision.purpose = FGM-ConsentPurpose#FGMCONSENT "FGM - Consent to record FGM flags" -* patient = Reference(Patient/PatientExample1) -* policy.authority = "https://www.gov.uk/" -* policy.uri = "https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/535024/data-security-review.pdf" -* policyRule = FlagProxyRole#001 - -* contained.resourceType = "Provenance" -* contained.id = "bc0dbfb1-7432-46fa-b1b8-0e3648827754" -* contained.target.reference = "#" -* contained.recorded = "2024-01-01T11:00:00+00:00" -* contained.activity = $v3-DataOperation#CREATE "create" -* contained.agent.role = $CareConnect-SDSJobRoleName-1#R0260 "General Medical Practitioner" -* contained.agent.who.reference = "https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9" -* contained.agent.onBehalfOf.reference = "https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7" From b3e5c5244b1b5c429670287408111551e7e4767e Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:11:00 +0000 Subject: [PATCH 4/5] Delete input/fsh/examples/FGMFlagExample1.fsh --- input/fsh/examples/FGMFlagExample1.fsh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 input/fsh/examples/FGMFlagExample1.fsh diff --git a/input/fsh/examples/FGMFlagExample1.fsh b/input/fsh/examples/FGMFlagExample1.fsh deleted file mode 100644 index 415b0d7..0000000 --- a/input/fsh/examples/FGMFlagExample1.fsh +++ /dev/null @@ -1,23 +0,0 @@ -Instance: FGMFlagExample1 -InstanceOf: Flag -Title: "FGM example of a Flag resource" -Usage: #example -* meta.profile = "https://fhir.nhs.uk/England/StructureDefinition/ProgrammeFlag" - -* extension[0].url = "https://fhir.nhs.uk/England/StructureDefinition/Extension-FlagNotes" -* extension[=].valueAnnotation.text = "Example of flag notes extension text in adjustment flag" - -* status = #active -* category[0] = PatientFlagCategory#FGM "Female Genital Mutilation Flag" -* category[+] = FGM-FlagCategory#001 "Example FGM category" -* code = $sct#902961000000107 "Family history of female genital mutilation (situation)" -* subject = Reference(Patient/PatientExample1) - -* contained.resourceType = "Provenance" -* contained.id = "9b5f2d1b-8175-407f-a49d-b4f04c9d4300" -* contained.target.reference = "#" -* contained.recorded = "2024-01-01T11:00:00+00:00" -* contained.activity = $v3-DataOperation#CREATE "create" -* contained.agent.role = $CareConnect-SDSJobRoleName-1#R0260 "General Medical Practitioner" -* contained.agent.who.reference = "https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9" -* contained.agent.onBehalfOf.reference = "https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7" \ No newline at end of file From 274677e34d024fe55386b801a255340813f0e0a2 Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:28:11 +0000 Subject: [PATCH 5/5] Update additional-examples.md --- input/pagecontent/additional-examples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/input/pagecontent/additional-examples.md b/input/pagecontent/additional-examples.md index 9e55ee1..5b0e4a8 100644 --- a/input/pagecontent/additional-examples.md +++ b/input/pagecontent/additional-examples.md @@ -12,8 +12,5 @@ Basic examples for CPIS and FGM to demo use of same profiles. ### FGM -* [Consent](Consent-FGMConsentExample1.html) * [Patient flag](Flag-FGMPatientFlagExample1.html) -* [FGM flag](Flag-FGMFlagExample1.html) -* [Condition](Condition-FGMConditionExample1.html) -* [Transaction Bundle](Bundle-AddFGMRecordTransactionExample1.html) \ No newline at end of file +* [Transaction Bundle](Bundle-AddFGMRecordTransactionExample1.html)