From 542cbd15805bb8f636133fa9492356c1f316d4fb Mon Sep 17 00:00:00 2001 From: Abdulllah Rafiqi Date: Fri, 2 Dec 2022 17:13:29 -0500 Subject: [PATCH] Removed exampleScenario,endpoint examples and valueFilter extension --- input/examples/Endpoint-endpoint01.json | 40 ---------------- .../ExampleScenario-federated-query.json | 48 ------------------- input/ig.json | 16 ------- .../StructureDefinition-valueFilter.json | 4 ++ 4 files changed, 4 insertions(+), 104 deletions(-) delete mode 100644 input/examples/Endpoint-endpoint01.json delete mode 100644 input/examples/ExampleScenario-federated-query.json rename {input/resources => my_notes}/StructureDefinition-valueFilter.json (97%) diff --git a/input/examples/Endpoint-endpoint01.json b/input/examples/Endpoint-endpoint01.json deleted file mode 100644 index 2a6b2790..00000000 --- a/input/examples/Endpoint-endpoint01.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "resourceType": "Endpoint", - "id": "endpoint01", - "status": "active", - "connectionType": { - "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type", - "code": "hl7-fhir-rest" - }, - "name": "Health Intersections CarePlan Hub", - "managingOrganization": { - "reference": "Organization/organization01" - }, - "contact": [ - { - "system": "email", - "value": "endpointmanager@example.org", - "use": "work" - } - ], - "period": { - "start": "2014-09-01" - }, - "payloadType": [ - { - "coding": [ - { - "system": "http://hl7.org/fhir/resource-types", - "code": "CarePlan" - } - ] - } - ], - "payloadMimeType": [ - "application/fhir+xml" - ], - "address": "http://fhir3.healthintersections.com.au/open/CarePlan", - "header": [ - "bearer-code BASGS534s4" - ] -} \ No newline at end of file diff --git a/input/examples/ExampleScenario-federated-query.json b/input/examples/ExampleScenario-federated-query.json deleted file mode 100644 index 5cc23bb5..00000000 --- a/input/examples/ExampleScenario-federated-query.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "resourceType": "ExampleScenario", - "id": "FederatedQuery", - "name": "Federated_Query", - "status": "active", - "actor": [ - { - "actorId": "m6AJtyEk6sSsHWLjt", - "type": "entity", - "name": "St. Jame’s Infirmary" - }, - { - "actorId": "fZzusFYr3PBYyRnot", - "type": "person", - "name": "Allison Camron, MD" - } - ], - "instance": [ - { - "resourceId": "Location/location01", - "resourceType": "Location", - "name": "102 Heritage Dr. Somerset NJ 08873-1234" - }, - { - "resourceId": "endpoint01", - "resourceType": "Endpoint", - "name": "St. James Portal" - } - ], - "process": [ - { - "title": "Query directory for St. James Infirmary", - "description": "The directory of St. James Infirmary", - "step": [ - { - "operation": { - "number": "1", - "type": "read", - "initiator": "Organization/organization01", - "receiver": "Device/deqm-software-system-example", - "name": "Query St. James FHIR server for monthly care gaps report", - "description": "/MeasureReport?measure=12345&date=202205" - } - } - ] - } - ] - } \ No newline at end of file diff --git a/input/ig.json b/input/ig.json index 28b42002..d15eac98 100644 --- a/input/ig.json +++ b/input/ig.json @@ -924,22 +924,6 @@ }, "description": "DEQM MedicationAdministration Example example" }, - { - "exampleBoolean": true, - "name": "Endpoint Example", - "reference": { - "reference": "Endpoint/endpoint01" - }, - "description": "Endpoint example" - }, - { - "exampleBoolean": true, - "name": "ExampleScenario Example", - "reference": { - "reference": "ExampleScenario/FederatedQuery" - }, - "description": "Example Scenario example" - }, { "exampleBoolean": true, "name": "Encounter nhsn-iip-en101", diff --git a/input/resources/StructureDefinition-valueFilter.json b/my_notes/StructureDefinition-valueFilter.json similarity index 97% rename from input/resources/StructureDefinition-valueFilter.json rename to my_notes/StructureDefinition-valueFilter.json index b9dca5f1..32252440 100644 --- a/input/resources/StructureDefinition-valueFilter.json +++ b/my_notes/StructureDefinition-valueFilter.json @@ -21,6 +21,10 @@ { "type": "element", "expression": "DataRequirement" + }, + { + "type": "element", + "expression": "GuidanceResponse.dataRequirement" } ], "type": "Extension",