{"info":{"_postman_id":"827ed365-0d70-485b-8e63-64482521b8ab","name":"Ontoserver 6.0: example FHIR Terminology requests","description":"<html><head></head><body><p>Example usage of FHIR Terminology Services</p>\n<p>You will need to set the global variable url to your FHIR endpoint.</p>\n<p>For Ontoserver, set it to</p>\n<p><a href=\"https://r4.ontoserver.csiro.au/fhir\">https://r4.ontoserver.csiro.au/fhir</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"145584","collectionId":"827ed365-0d70-485b-8e63-64482521b8ab","publishedId":"SWTD6wPM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-31T04:57:24.000Z"},"item":[{"name":"AuditEvent Examples","item":[{"name":"{{url}}/AuditEvent","id":"4031c94d-64d7-47e2-b240-d464e90acffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"AuditEvent\",\n  \"type\": {\n    \"system\": \"http://ontoserver.csiro.au/CodeSystem/ontoserver-reporting\",\n    \"code\": \"code-selected\",\n    \"display\": \"Code Selected\"\n  },\n  \"action\": \"E\",\n  \"recorded\": \"2017-06-02T22:04:27+11:00\",\n  \"outcome\": \"0\",\n  \"agent\": [\n    {\n      \"requestor\": false\n    }\n  ],\n  \"source\": {\n    \"site\": \"IT Department\",\n    \"observer\": {\n      \"display\": \"John's Laptop\"\n    }\n  },\n  \"entity\": [\n    {\n      \"what\": {\n        \"identifier\": {\n          \"system\": \"http://snomed.info/sct\",\n          \"value\": \"127949000\"\n        }\n      },\n      \"name\": \"selected code\",\n      \"detail\": [{\n          \"type\": \"searchPath\",\n          \"valueString\": \"/ValueSet/$expand?url=http://snomed.info/sct?fhir_vs=refset/32570061000036105&filter=elbow&count=10\"\n        },\n        {\n          \"type\": \"valueSetExpansionUrl\",\n          \"valueString\": \"http://snomed.info/sct?fhir_vs=refset/32570061000036105\"\n        },\n        {\n          \"type\": \"valueSetExpansionFilter\",\n          \"valueString\": \"elbow\"\n        },\n        {\n          \"type\": \"indexInSearchResult\",\n          \"valueString\": \"2\"\n        }\n      ]\n    }\n  ]\n}"},"url":"{{url}}/AuditEvent","description":"<p>Create an AuditEvent resource to indicate the selection of a code following a search (ValueSet $expand with filter)</p>\n","urlObject":{"path":["AuditEvent"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4031c94d-64d7-47e2-b240-d464e90acffd"}],"id":"b891d2a4-6798-4eb6-ad0f-ecc7dd706436","description":"<p>Examples demonstrating the use of the AuditEvent resource</p>\n","_postman_id":"b891d2a4-6798-4eb6-ad0f-ecc7dd706436"},{"name":"Batch Examples","item":[{"name":"Batch $lookup","id":"42102886-9bac-4b0f-acea-2ccdbccd14c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/fhir+json"},{"key":"Accept","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n   \"type\" : \"batch\",\n   \"resourceType\" : \"Bundle\",\n   \"entry\" : [\n      {\n         \"request\" : {\n            \"method\" : \"POST\",\n            \"url\" : \"CodeSystem/$lookup\"\n         },\n         \"resource\" : {\n            \"resourceType\" : \"Parameters\",\n            \"parameter\" : [\n               {\n                  \"valueUri\" : \"http://loinc.org\",\n                  \"name\" : \"system\"\n               },\n               {\n                  \"valueCode\" : \"23245-4\",\n                  \"name\" : \"code\"\n               }\n            ]\n         }\n      },\n      {\n         \"resource\" : {\n            \"parameter\" : [\n               {\n                  \"name\" : \"system\",\n                  \"valueUri\" : \"http://snomed.info/sct\"\n               },\n               {\n                  \"valueCode\" : \"17311000168105\",\n                  \"name\" : \"code\"\n               }\n            ],\n            \"resourceType\" : \"Parameters\"\n         },\n         \"request\" : {\n            \"method\" : \"POST\",\n            \"url\" : \"CodeSystem/$lookup\"\n         }\n      }\n   ]\n}\n"},"url":"{{url}}","description":"<p>The request sends two lookups - one of a LOINC code and one of a SNOMED CT code.</p>\n","urlObject":{"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42102886-9bac-4b0f-acea-2ccdbccd14c2"}],"id":"97fb3c6e-2241-46d4-b4d1-382f46a98933","_postman_id":"97fb3c6e-2241-46d4-b4d1-382f46a98933","description":""},{"name":"Closure Examples","item":[{"name":"Step 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;","","var jsonData = JSON.parse(responseBody);","tests[\"Response body is ConceptMap\"] = jsonData.resourceType === 'ConceptMap';","tests[\"ConceptMap is empty\"] = typeof jsonData.element === 'undefined';",""]}}],"id":"de10df59-8ddf-4bee-8dc7-8d06d5bd9c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"Parameters\",\n  \"parameter\" : [\n    {\n      \"name\" : \"name\",\n      \"valueString\" : \"49088976-d54d-4d19-b868-3d4c18cebabb\"\n    }\n  ]\n}"},"url":"{{url}}/$closure","description":"<p>Initialise the closure table</p>\n","urlObject":{"path":["$closure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de10df59-8ddf-4bee-8dc7-8d06d5bd9c4c"},{"name":"Step 2","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;","","var jsonData = JSON.parse(responseBody);","tests[\"Response body is ConceptMap\"] = jsonData.resourceType === 'ConceptMap';","tests[\"ConceptMap is empty\"] = typeof jsonData.element === 'undefined';",""]}}],"id":"aab2af8c-8a32-464a-a824-8963aa8e6af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"Parameters\",\n  \"parameter\" : [\n    {\n      \"name\" : \"name\",\n      \"valueString\" : \"49088976-d54d-4d19-b868-3d4c18cebabb\"\n    },\n    {\n      \"name\" : \"concept\",\n      \"valueCoding\" : {\n        \"system\" : \"http://snomed.info/sct\",\n        \"code\" : \"22298006\"\n      }\n    }\n  ]\n}"},"url":"{{url}}/$closure","description":"<p>Adding an initial concept to the table should not generate an entry in the resulting ConceptMap.</p>\n","urlObject":{"path":["$closure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aab2af8c-8a32-464a-a824-8963aa8e6af4"},{"name":"Step 3","event":[{"listen":"test","script":{"type":"text/javascript","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;","","var jsonData = JSON.parse(responseBody);","tests[\"Response body is ConceptMap\"] = jsonData.resourceType === 'ConceptMap';","tests[\"ConceptMap is not empty\"] = typeof jsonData.group !== 'undefined';","tests[\"ConceptMap has one group\"] = jsonData.group.length === 1;","tests[\"ConceptMap has one element\"] = jsonData.group[0].element.length === 1;","tests[\"ConceptMap expected source value\"] = jsonData.group[0].element[0].code === '22298006';","tests[\"ConceptMap expected target value\"] = jsonData.group[0].element[0].target[0].code === '128599005';","tests[\"ConceptMap expected target relationship\"] = jsonData.group[0].element[0].target[0].equivalence === 'subsumes';","","",""]}}],"id":"598cca03-8c7b-4051-8cf6-1552a58095e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"Parameters\",\n  \"parameter\" : [\n    {\n      \"name\" : \"name\",\n      \"valueString\" : \"49088976-d54d-4d19-b868-3d4c18cebabb\"\n    },\n    {\n      \"name\" : \"concept\",\n      \"valueCoding\" : {\n        \"system\" : \"http://snomed.info/sct\",\n        \"code\" : \"128599005\"\n      }\n    }\n  ]\n}"},"url":"{{url}}/$closure","description":"<p>Adding a second concept to the table should generate an entry in the resulting ConceptMap.</p>\n","urlObject":{"path":["$closure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"598cca03-8c7b-4051-8cf6-1552a58095e6"},{"name":"Step 4","id":"dbf8d953-f502-447f-9248-31d77209433e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"Parameters\",\n  \"parameter\" : [\n    {\n      \"name\" : \"name\",\n      \"valueString\" : \"49088976-d54d-4d19-b868-3d4c18cebabb\"\n    },\n    {\n      \"name\" : \"concept\",\n      \"valueCoding\" : {\n        \"system\" : \"http://snomed.info/sct\",\n        \"code\" : \"301095005\"\n      }\n    },\n    {\n      \"name\" : \"concept\",\n      \"valueCoding\" : {\n        \"system\" : \"http://snomed.info/sct\",\n        \"code\" : \"298705000\"\n      }\n    },\n    {\n      \"name\" : \"concept\",\n      \"valueCoding\" : {\n        \"system\" : \"http://snomed.info/sct\",\n        \"code\" : \"282729004\"\n      }\n    }\n  ]\n}"},"url":"{{url}}/$closure","description":"<p>Adding multiple extra concepts may result in multiple maps.</p>\n","urlObject":{"path":["$closure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbf8d953-f502-447f-9248-31d77209433e"},{"name":"Step 5","id":"6d007c06-a910-4289-9abf-b0d021c84741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"Parameters\",\n  \"parameter\" : [\n    {\n      \"name\" : \"name\",\n      \"valueString\" : \"49088976-d54d-4d19-b868-3d4c18cebabb\"\n    },\n    {\n      \"name\" : \"version\",\n      \"valueId\" : \"0\"\n    }\n  ]\n}"},"url":"{{url}}/$closure","description":"<p>Reset to version 0 should give us all the edges computed so far.</p>\n","urlObject":{"path":["$closure"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d007c06-a910-4289-9abf-b0d021c84741"}],"id":"ab57aed9-ef8f-47db-99f8-5d3f021bcaae","description":"<p>Example usage of the $closure operation.</p>\n","event":[{"listen":"prerequest","script":{"id":"9e431641-8a4f-4269-a727-a2bd93f47c47","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b7b54a97-d566-4744-954a-31a37ea0a37d","type":"text/javascript","exec":[""]}}],"_postman_id":"ab57aed9-ef8f-47db-99f8-5d3f021bcaae"},{"name":"CodeSystem Examples","item":[{"name":"Search all CodeSystems, return their names and urls","id":"73ee6be5-533f-4b93-bca0-ecfe08fc5eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/CodeSystem?_elements=name,url","urlObject":{"path":["CodeSystem"],"host":["{{url}}"],"query":[{"key":"_elements","value":"name,url"}],"variable":[]}},"response":[],"_postman_id":"73ee6be5-533f-4b93-bca0-ecfe08fc5eb7"},{"name":"Create/Update a Code System","id":"ecd86a2b-d227-4b0d-8fff-f552bea8c955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"CodeSystem\",\n  \"id\" : \"v3-EducationLevel\",\n  \"meta\" : {\n    \"lastUpdated\" : \"2018-08-12T00:00:00.000+10:00\"\n  },\n  \"text\" : {\n    \"status\" : \"generated\",\n    \"div\" : \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><p>Release Date: 2018-08-12</p>\\r\\n<table class=\\\"grid\\\">\\r\\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\\r\\n <tr><td>1</td><td>ASSOC<a name=\\\"v3-EducationLevel-ASSOC\\\"> </a></td><td>Associate's or technical degree complete</td><td>\\n                        Associate's or technical degree complete<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>BD<a name=\\\"v3-EducationLevel-BD\\\"> </a></td><td>College or baccalaureate degree complete</td><td>\\n                        College or baccalaureate degree complete<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>ELEM<a name=\\\"v3-EducationLevel-ELEM\\\"> </a></td><td>Elementary School</td><td>\\n                        Elementary School<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>GD<a name=\\\"v3-EducationLevel-GD\\\"> </a></td><td>Graduate or professional Degree complete</td><td>\\n                        Graduate or professional Degree complete<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>HS<a name=\\\"v3-EducationLevel-HS\\\"> </a></td><td>High School or secondary school degree complete</td><td>\\n                        High School or secondary school degree complete<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>PB<a name=\\\"v3-EducationLevel-PB\\\"> </a></td><td>Some post-baccalaureate education</td><td>\\n                        Some post-baccalaureate education<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>POSTG<a name=\\\"v3-EducationLevel-POSTG\\\"> </a></td><td>Doctoral or post graduate education</td><td>\\n                        Doctoral or post graduate education<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>SCOL<a name=\\\"v3-EducationLevel-SCOL\\\"> </a></td><td>Some College education</td><td>\\n                        Some College education<br/>\\r\\n\\n                     </td></tr>\\r\\n <tr><td>1</td><td>SEC<a name=\\\"v3-EducationLevel-SEC\\\"> </a></td><td>Some secondary or high school education</td><td>\\n                        Some secondary or high school education<br/>\\r\\n\\n                     </td></tr>\\r\\n</table>\\r\\n</div>\"\n  },\n  \"extension\" : [{\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status\",\n    \"valueCode\" : \"external\"\n  },\n  {\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm\",\n    \"valueInteger\" : 0\n  }],\n  \"url\" : \"http://terminology.hl7.org/CodeSystem/v3-EducationLevel\",\n  \"identifier\" : [{\n    \"system\" : \"urn:ietf:rfc:3986\",\n    \"value\" : \"urn:oid:2.16.840.1.113883.5.1077\"\n  }],\n  \"version\" : \"2018-08-12\",\n  \"name\" : \"v3.EducationLevel\",\n  \"title\" : \"v3 Code System EducationLevel\",\n  \"status\" : \"active\",\n  \"experimental\" : false,\n  \"date\" : \"2018-08-12T00:00:00+10:00\",\n  \"publisher\" : \"HL7, Inc\",\n  \"contact\" : [{\n    \"telecom\" : [{\n      \"system\" : \"url\",\n      \"value\" : \"http://hl7.org\"\n    }]\n  }],\n  \"description\" : \" Years of education that a person has completed\",\n  \"caseSensitive\" : true,\n  \"valueSet\" : \"http://terminology.hl7.org/ValueSet/v3-EducationLevel\",\n  \"hierarchyMeaning\" : \"is-a\",\n  \"content\" : \"complete\",\n  \"concept\" : [{\n    \"code\" : \"ASSOC\",\n    \"display\" : \"Associate's or technical degree complete\",\n    \"definition\" : \"Associate's or technical degree complete\"\n  },\n  {\n    \"code\" : \"BD\",\n    \"display\" : \"College or baccalaureate degree complete\",\n    \"definition\" : \"College or baccalaureate degree complete\"\n  },\n  {\n    \"code\" : \"ELEM\",\n    \"display\" : \"Elementary School\",\n    \"definition\" : \"Elementary School\"\n  },\n  {\n    \"code\" : \"GD\",\n    \"display\" : \"Graduate or professional Degree complete\",\n    \"definition\" : \"Graduate or professional Degree complete\"\n  },\n  {\n    \"code\" : \"HS\",\n    \"display\" : \"High School or secondary school degree complete\",\n    \"definition\" : \"High School or secondary school degree complete\"\n  },\n  {\n    \"code\" : \"PB\",\n    \"display\" : \"Some post-baccalaureate education\",\n    \"definition\" : \"Some post-baccalaureate education\"\n  },\n  {\n    \"code\" : \"POSTG\",\n    \"display\" : \"Doctoral or post graduate education\",\n    \"definition\" : \"Doctoral or post graduate education\"\n  },\n  {\n    \"code\" : \"SCOL\",\n    \"display\" : \"Some College education\",\n    \"definition\" : \"Some College education\"\n  },\n  {\n    \"code\" : \"SEC\",\n    \"display\" : \"Some secondary or high school education\",\n    \"definition\" : \"Some secondary or high school education\"\n  }]\n}"},"url":"{{url}}/CodeSystem/v3-EducationLevel","urlObject":{"path":["CodeSystem","v3-EducationLevel"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecd86a2b-d227-4b0d-8fff-f552bea8c955"},{"name":"Read a Code System (as XML)","id":"ad47e5be-172b-4535-aed8-1f7e6c587a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/CodeSystem/v3-EducationLevel?_format=xml","description":"<p>Reads the latest version of a CodeSystem </p>\n","urlObject":{"path":["CodeSystem","v3-EducationLevel"],"host":["{{url}}"],"query":[{"key":"_format","value":"xml"}],"variable":[]}},"response":[],"_postman_id":"ad47e5be-172b-4535-aed8-1f7e6c587a13"},{"name":"Delete a Code System","id":"0ae03689-d322-4d0f-aa94-3e1341cee206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/CodeSystem/v3-EducationLevel","urlObject":{"path":["CodeSystem","v3-EducationLevel"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ae03689-d322-4d0f-aa94-3e1341cee206"},{"name":"Search all CodeSystems with URLs starting with http://snomed.info","id":"c6bcaedb-c7f7-43e7-ad88-194394bf3c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/CodeSystem?url:below=http://snomed.info","urlObject":{"path":["CodeSystem"],"host":["{{url}}"],"query":[{"key":"url:below","value":"http://snomed.info"}],"variable":[]}},"response":[],"_postman_id":"c6bcaedb-c7f7-43e7-ad88-194394bf3c93"}],"id":"42edb837-6795-485a-b93c-14f82cf4d761","_postman_id":"42edb837-6795-485a-b93c-14f82cf4d761","description":""},{"name":"ConceptMap Examples","item":[{"name":"Search all ConceptMaps (in XML)","id":"112c2e7d-bc0f-48ab-b77c-a9515b602943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ConceptMap?_format=xml","urlObject":{"path":["ConceptMap"],"host":["{{url}}"],"query":[{"key":"_format","value":"xml"}],"variable":[]}},"response":[],"_postman_id":"112c2e7d-bc0f-48ab-b77c-a9515b602943"},{"name":"Create/Update a Concept Map","id":"67d88632-750e-44fe-a05b-490fb8cbf082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"ConceptMap\",\n  \"name\": \"EducationLevelMapping\",\n  \"title\": \"Education Level Mapping\",\n  \"meta\": {\n    \"profile\": [\n      \"http://hl7.org/fhir/StructureDefinition/shareableconceptmap\"\n    ]\n  },\n  \"status\": \"draft\",\n  \"contact\": [\n    {\n      \"telecom\": [\n        {\n          \"value\": \"john.smith@example.com\"\n        }\n      ],\n      \"name\": \"John Smith\"\n    }\n  ],\n  \"group\": [\n    {\n      \"source\": \"http://terminology.hl7.org/CodeSystem/v3-EducationLevel\",\n      \"target\": \"http://snomed.info/sct\",\n      \"element\": [\n        {\n          \"target\": [\n            {\n              \"code\": \"473461003\",\n              \"equivalence\": \"equivalent\"\n            }\n          ],\n          \"code\": \"HS\"\n        },\n        {\n          \"target\": [\n            {\n              \"code\": \"224300008\",\n              \"equivalence\": \"specializes\"\n            }\n          ],\n          \"code\": \"BD\"\n        }\n      ]\n    }\n  ],\n  \"url\": \"http://example.com/educationLevelMapping\",\n  \"description\": \"A mapping between v3 education levels and snomed\",\n  \"text\": {\n    \"status\": \"generated\",\n    \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><h2>Education Level Mapping</h2><tt>http://example.com/educationLevelMapping</tt><p>A mapping between v3 education levels and snomed</p></div>\"\n  },\n  \"sourceUri\": \"http://terminology.hl7.org/ValueSet/v3-EducationLevel\",\n  \"date\": \"2020-01-31\",\n  \"experimental\": true,\n  \"version\": \"1\",\n  \"identifier\": {\n    \"system\": \"urn:ietf:rfc:3986\",\n    \"value\": \"edLvlMap\"\n  },\n  \"publisher\": \"Example Inc.\",\n  \"copyright\": \"Copyright Example Inc, 2016\",\n  \"targetUri\": \"http://snomed.info/sct?fhir_vs=isa/365460000\",\n  \"id\": \"v3-snomed-education-map\"\n}"},"url":"{{url}}/ConceptMap/v3-snomed-education-map","urlObject":{"path":["ConceptMap","v3-snomed-education-map"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67d88632-750e-44fe-a05b-490fb8cbf082"},{"name":"Create a ConceptMap (using a POST) from XML","id":"393f558a-3b61-4c5f-be1b-da19c031f1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/fhir+xml"}],"body":{"mode":"raw","raw":"<ConceptMap xmlns=\"http://hl7.org/fhir\">\n    <meta>\n        <versionId value=\"1\"/>\n        <lastUpdated value=\"2016-07-25T16:06:02.659+10:00\"/>\n        <profile value=\"http://ns.electronichealth.net.au/fhir/StructureDefinition/ncts/profile/ConceptMap/general-concept-map/1.0.0\"/>\n    </meta>\n    <text>\n        <status value=\"generated\"/>\n        <div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>Procedure map</h2>\n            <tt>Procedure map.url</tt>\n            <p>Procedure map</p>\n        </div>\n    </text>\n    <sourceUri value=\"urn:Procedures_implicit123.url\"/>\n    <targetUri value=\"urn:Surgical_procedures.url\"/>\n    <url value=\"urn:Procedure_map.url\"/>\n    <identifier>\n        <system value=\"urn:Procedure_map.identifier.namespace\"/>\n        <value value=\"Procedure_map.Identifier\"/>\n    </identifier>\n    <version value=\"1\"/>\n    <name value=\"Procedure-map\"/>\n    <title value=\"Procedure map\"/>\n    <status value=\"draft\"/>\n    <experimental value=\"true\"/>\n    <publisher value=\"me\"/>\n    <date value=\"2016-07-21\"/>\n    <description value=\"Procedure map\"/>\n    <copyright value=\"copy\"/>\n    <group>\n        <source value=\"urn:Procedures.url\"/>\n        <target value=\"http://snomed.info/sct\"/>\n        <element>\n            <code value=\"1\"/>\n            <target>\n                <code value=\"133860004\"/>\n                <equivalence value=\"inexact\"/>\n            </target>\n        </element>\n        <element>\n            <code value=\"2\"/>\n            <target>\n                <code value=\"133860004\"/>\n                <equivalence value=\"inexact\"/>\n            </target>\n        </element>\n        <element>\n            <code value=\"3\"/>\n            <target>\n                <code value=\"119631007\"/>\n                <equivalence value=\"inexact\"/>\n            </target>\n        </element>\n    </group>\n</ConceptMap>"},"url":"{{url}}/ConceptMap","description":"<p>Unlike a PUT, which will update a resource if it doesn't already exist, a POST will only create a new resource. The resource body (XML in this case) and the URL must not specify an ID (the ID will be generated by the server).</p>\n","urlObject":{"path":["ConceptMap"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"393f558a-3b61-4c5f-be1b-da19c031f1c9"},{"name":"Read a specific version of a Concept Map, in XML","id":"b8b10539-0606-4569-9a66-b8db8b6f00e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ConceptMap/v3-snomed-education-map/_history/1?_format=application/fhir+xml","urlObject":{"path":["ConceptMap","v3-snomed-education-map","_history","1"],"host":["{{url}}"],"query":[{"key":"_format","value":"application/fhir+xml"}],"variable":[]}},"response":[],"_postman_id":"b8b10539-0606-4569-9a66-b8db8b6f00e1"},{"name":"Delete a ConceptMap","id":"355952d7-8f5e-4413-83c7-9c568f88d5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/ConceptMap/v3-snomed-education-map","urlObject":{"path":["ConceptMap","v3-snomed-education-map"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"355952d7-8f5e-4413-83c7-9c568f88d5d0"},{"name":"Search for ConceptMaps with names containing 'edu'","id":"ef002ec7-0671-4bad-8d1c-53d20a5b148a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ConceptMap?name:contains=edu","urlObject":{"path":["ConceptMap"],"host":["{{url}}"],"query":[{"key":"name:contains","value":"edu"}],"variable":[]}},"response":[],"_postman_id":"ef002ec7-0671-4bad-8d1c-53d20a5b148a"}],"id":"d0c4341d-76ff-4ca6-a707-9cd40074ce52","_postman_id":"d0c4341d-76ff-4ca6-a707-9cd40074ce52","description":""},{"name":"Expand Examples","item":[{"name":"Expand implicit ValueSet (with filter)","id":"9e86e0b9-a9fd-4a91-8c44-427c9e08d1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/fhir+json"},{"key":"Content-Type","value":"application/fhir+json"}],"url":"{{url}}/ValueSet/$expand?url=http://snomed.info/sct?fhir_vs=refset/723264001&count=10&filter=myot","description":"<p>This requests expands an implicit SNOMED CT ValueSet and applies a filter ('filter=met')\nOnly the first 10 results are requested ('count=10')</p>\n","urlObject":{"path":["ValueSet","$expand"],"host":["{{url}}"],"query":[{"key":"url","value":"http://snomed.info/sct?fhir_vs=refset/723264001"},{"key":"count","value":"10"},{"key":"filter","value":"myot"}],"variable":[]}},"response":[],"_postman_id":"9e86e0b9-a9fd-4a91-8c44-427c9e08d1f2"},{"name":"Expand List of SCT-AU Reference Sets in JSON","id":"b295f9bb-eccc-43e7-b3b9-d5ef35c94ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ValueSet/$expand?url=http%3A%2F%2Fsnomed.info%2Fsct%2F32506021000036107%3Ffhir_vs%3Drefset&_format=json","urlObject":{"path":["ValueSet","$expand"],"host":["{{url}}"],"query":[{"key":"url","value":"http%3A%2F%2Fsnomed.info%2Fsct%2F32506021000036107%3Ffhir_vs%3Drefset"},{"key":"_format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"b295f9bb-eccc-43e7-b3b9-d5ef35c94ad0"},{"name":"Expand SCT-AU Medicinal product reference set in XML","id":"69d0fd3e-0259-4216-b6f4-32e01f5fc206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ValueSet/$expand?url=http%3A%2F%2Fsnomed.info%2Fsct%2F32506021000036107%3Ffhir_vs%3Drefset%2F929360061000036106&_format=xml","urlObject":{"path":["ValueSet","$expand"],"host":["{{url}}"],"query":[{"key":"url","value":"http%3A%2F%2Fsnomed.info%2Fsct%2F32506021000036107%3Ffhir_vs%3Drefset%2F929360061000036106"},{"key":"_format","value":"xml"}],"variable":[]}},"response":[],"_postman_id":"69d0fd3e-0259-4216-b6f4-32e01f5fc206"},{"name":"Expand explicit ValueSet","id":"eef52b4b-f2fd-462e-a6ed-10b8eaba7e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ValueSet/education-levels/$expand","urlObject":{"path":["ValueSet","education-levels","$expand"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eef52b4b-f2fd-462e-a6ed-10b8eaba7e54"},{"name":"Expand implicit value set of all concepts subsumed by General Anaesthesia Procedure","id":"ff02a888-7cc4-41dc-b522-dfb3dc050993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ValueSet/$expand?url=http://snomed.info/sct?fhir_vs=isa/50697003","urlObject":{"path":["ValueSet","$expand"],"host":["{{url}}"],"query":[{"key":"url","value":"http://snomed.info/sct?fhir_vs=isa/50697003"}],"variable":[]}},"response":[],"_postman_id":"ff02a888-7cc4-41dc-b522-dfb3dc050993"},{"name":"Expand SCT-AU ValueSet with boost factors","id":"a71c385a-c12f-49e2-8f52-3f3640ed1b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"Parameters\",\n  \"parameter\": [{\n      \"name\": \"count\",\n      \"valueInteger\": 10\n    },\n    {\n      \"name\": \"filter\",\n      \"valueString\": \"aspirin\"\n    },\n    {\n      \"name\": \"valueSet\",\n      \"resource\": {\n        \"resourceType\": \"ValueSet\",\n        \"url\": \"http://csiro.au/example/ValueSet/boost1\",\n        \"compose\": {\n          \"include\": [{\n            \"system\": \"http://snomed.info/sct\",\n            \"filter\": [{\n              \"property\": \"concept\",\n              \"op\": \"is-a\",\n              \"value\": \"30560011000036108\"\n            }],\n            \"extension\": [{\n              \"url\": \"http://ontoserver.csiro.au/profiles/boost\",\n              \"valueDecimal\": 0.01\n            }]\n          }, {\n            \"system\": \"http://snomed.info/sct\",\n            \"filter\": [{\n              \"property\": \"concept\",\n              \"op\": \"is-a\",\n              \"value\": \"30404011000036106\"\n            }],\n            \"extension\": [{\n              \"url\": \"http://ontoserver.csiro.au/profiles/boost\",\n              \"valueDecimal\": 10.01\n            }]\n          }, {\n            \"valueSet\": [\n              \"http://snomed.info/sct?fhir_vs=refset/30513011000036104\"\n            ],\n            \"extension\": [{\n              \"url\": \"http://ontoserver.csiro.au/profiles/boost\",\n              \"valueDecimal\": 5.0\n            }]\n          }]\n        }\n      }\n    }\n  ]\n}"},"url":"{{url}}/ValueSet/$expand","description":"<p>Expand a ValueSet where different elements of the ValueSet are modified by \"boost factors\".</p>\n<p>Bosting factors are specified using the extension <a href=\"http://ontoserver.csiro.au/profiles/boost\">http://ontoserver.csiro.au/profiles/boost</a></p>\n","urlObject":{"path":["ValueSet","$expand"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a71c385a-c12f-49e2-8f52-3f3640ed1b1b"}],"id":"36824d63-16c0-4c63-9ada-3cd64ce5cf4d","_postman_id":"36824d63-16c0-4c63-9ada-3cd64ce5cf4d","description":""},{"name":"Lookup Examples","item":[{"name":"Lookup a SNOMED code","id":"79955c93-074e-4680-bfa0-28685e810aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/CodeSystem/$lookup?system=http://snomed.info/sct&code=263495000&_format=json","urlObject":{"path":["CodeSystem","$lookup"],"host":["{{url}}"],"query":[{"key":"system","value":"http://snomed.info/sct"},{"key":"code","value":"263495000"},{"key":"_format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"79955c93-074e-4680-bfa0-28685e810aad"},{"name":"Lookup inactive status","id":"5250fc95-7daa-4c49-9c21-329d6caca55a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/CodeSystem/$lookup?system=http://snomed.info/sct&code=268449009&property=inactive","urlObject":{"path":["CodeSystem","$lookup"],"host":["{{url}}"],"query":[{"key":"system","value":"http://snomed.info/sct"},{"key":"code","value":"268449009"},{"key":"property","value":"inactive"}],"variable":[]}},"response":[],"_postman_id":"5250fc95-7daa-4c49-9c21-329d6caca55a"},{"name":"Lookup 2 properties: display and inactive status","id":"cde8f70a-63b3-44cd-a1c3-5bd15b9893a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/CodeSystem/$lookup?system=http://snomed.info/sct&code=268449009&property=inactive&property=display","urlObject":{"path":["CodeSystem","$lookup"],"host":["{{url}}"],"query":[{"key":"system","value":"http://snomed.info/sct"},{"key":"code","value":"268449009"},{"key":"property","value":"inactive"},{"key":"property","value":"display"}],"variable":[]}},"response":[],"_postman_id":"cde8f70a-63b3-44cd-a1c3-5bd15b9893a7"},{"name":"Lookup a code's inactive status using a Coding (POST)","id":"3f0394a1-e4b7-4830-9ed6-bd152396b976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"Parameters\",\n  \"parameter\": [\n    {\n      \"name\": \"coding\",\n      \"valueCoding\": {\n        \"system\": \"http://snomed.info/sct\",\n        \"code\": \"268449009\"\n      }\n    },\n    {\n      \"name\": \"property\",\n      \"valueString\": \"inactive\"\n    }\n  ]\n}"},"url":"{{url}}/CodeSystem/$lookup","urlObject":{"path":["CodeSystem","$lookup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f0394a1-e4b7-4830-9ed6-bd152396b976"}],"id":"ac91e9a3-0c6e-4a57-861f-749d1af30266","_postman_id":"ac91e9a3-0c6e-4a57-861f-749d1af30266","description":""},{"name":"Translate Examples","item":[{"name":"Simple automap","id":"4abd3d48-4fae-4b4a-83a5-9c1a13ae57c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ConceptMap/$translate?source=http://snomed.info/sct?fhir_vs&system=http://snomed.info/sct&code=90260006&target=http://hl7.org/fhir/ValueSet/substance-category","urlObject":{"path":["ConceptMap","$translate"],"host":["{{url}}"],"query":[{"key":"fhir_vs","value":""},{"key":"system","value":"http://snomed.info/sct"},{"key":"code","value":"90260006"},{"key":"target","value":"http://hl7.org/fhir/ValueSet/substance-category"}],"variable":[]}},"response":[],"_postman_id":"4abd3d48-4fae-4b4a-83a5-9c1a13ae57c2"},{"name":"SImple translate","id":"b5fe0a62-2b5c-49ed-8e60-3c82d5fa952c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ConceptMap/102/$translate?code=ACNE&system=http://terminology.hl7.org/CodeSystem/v2-0487&target=http:/snomed.info/sct","urlObject":{"path":["ConceptMap","102","$translate"],"host":["{{url}}"],"query":[{"key":"code","value":"ACNE"},{"key":"system","value":"http://terminology.hl7.org/CodeSystem/v2-0487"},{"key":"target","value":"http:/snomed.info/sct"}],"variable":[]}},"response":[],"_postman_id":"b5fe0a62-2b5c-49ed-8e60-3c82d5fa952c"},{"name":"SImple translate in reverse","id":"ab0c8cbc-c55a-4fdc-a33d-bc5e1216634a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ConceptMap/102/$translate?code=309068002&system=http://snomed.info/sct&reverse=true&target=http://terminology.hl7.org/CodeSystem/v2-0487","urlObject":{"path":["ConceptMap","102","$translate"],"host":["{{url}}"],"query":[{"key":"code","value":"309068002"},{"key":"system","value":"http://snomed.info/sct"},{"key":"reverse","value":"true"},{"key":"target","value":"http://terminology.hl7.org/CodeSystem/v2-0487"}],"variable":[]}},"response":[],"_postman_id":"ab0c8cbc-c55a-4fdc-a33d-bc5e1216634a"}],"id":"d102c68e-ddcc-4038-a7f9-ea8da91a5a5b","_postman_id":"d102c68e-ddcc-4038-a7f9-ea8da91a5a5b","description":""},{"name":"Validate Examples","item":[{"name":"Validate a ValueSet on the server","id":"e21c26cd-8e9a-4861-bddc-4e6ffa97f8b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ValueSet/v3-ActIncidentCode/$validate","urlObject":{"path":["ValueSet","v3-ActIncidentCode","$validate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e21c26cd-8e9a-4861-bddc-4e6ffa97f8b6"},{"name":"Validate a supplied ValueSet (JSON)","id":"79e8be9b-8601-4908-85d3-8d211d6cba01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"ValueSet\",\n  \"id\" : \"v3-ActIncidentCode\",\n  \"meta\" : {\n    \"lastUpdated\" : \"2019-11-01T09:29:23.356+11:00\",\n    \"profile\" : [\"http://hl7.org/fhir/StructureDefinition/shareablevalueset\"]\n  },\n  \"text\" : {\n    \"status\" : \"generated\",\n    \"div\" : \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><h2>V3 Value SetActIncidentCode</h2><div><p>Set of codes indicating the type of incident or accident.</p>\\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\\\"../../v3/ActCode/cs.html\\\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a  <a href=\\\"../../v3/ActCode/cs.html#v3-ActCode-_ActIncidentCode\\\">_ActIncidentCode</a></li><li>Exclude these codes as defined in <a href=\\\"../../v3/ActCode/cs.html\\\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\\\"none\\\"><tr><td style=\\\"white-space:nowrap\\\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\\\"../../v3/ActCode/cs.html#v3-ActCode-_ActIncidentCode\\\">_ActIncidentCode</a></td><td>ActIncidentCode</td><td>Set of codes indicating the type of incident or accident.</td></tr></table></li></ul></div>\"\n  },\n  \"extension\" : [{\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status\",\n    \"valueCode\" : \"trial-use\"\n  },\n  {\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm\",\n    \"valueInteger\" : 2\n  },\n  {\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-wg\",\n    \"valueCode\" : \"fm\"\n  }],\n  \"url\" : \"http://terminology.hl7.org/ValueSet/v3-ActIncidentCode\",\n  \"identifier\" : [{\n    \"system\" : \"urn:ietf:rfc:3986\",\n    \"value\" : \"urn:oid:2.16.840.1.113883.1.11.16508\"\n  }],\n  \"version\" : \"2014-03-26\",\n  \"name\" : \"v3.ActIncidentCode\",\n  \"title\" : \"V3 Value SetActIncidentCode\",\n  \"status\" : \"active\",\n  \"experimental\" : false,\n  \"publisher\" : \"HL7 v3\",\n  \"contact\" : [{\n    \"telecom\" : [{\n      \"system\" : \"url\",\n      \"value\" : \"http://www.hl7.org\"\n    }]\n  }],\n  \"description\" : \" Set of codes indicating the type of incident or accident.\",\n  \"immutable\" : false,\n  \"compose\" : {\n    \"include\" : [{\n      \"system\" : \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n      \"filter\" : [{\n        \"property\" : \"concept\",\n        \"op\" : \"is-a\",\n        \"value\" : \"_ActIncidentCode\"\n      }]\n    }],\n    \"exclude\" : [{\n      \"system\" : \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n      \"concept\" : [{\n        \"code\" : \"_ActIncidentCode\"\n      }]\n    }]\n  }\n}"},"url":"{{url}}/ValueSet/$validate","urlObject":{"path":["ValueSet","$validate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79e8be9b-8601-4908-85d3-8d211d6cba01"}],"id":"b39f2599-56d4-45b1-8150-a4fc260472b4","_postman_id":"b39f2599-56d4-45b1-8150-a4fc260472b4","description":""},{"name":"Validate-Code Examples","item":[{"name":"Validate Code","id":"5b8eebf4-d953-413c-9f4b-f977bf125719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/fhir+json"}],"url":"{{url}}/ValueSet/$validate-code?system=http://snomed.info/sct&code=122298005&url=http://snomed.info/sct?fhir_vs&display=foo","urlObject":{"path":["ValueSet","$validate-code"],"host":["{{url}}"],"query":[{"key":"fhir_vs","value":""},{"key":"display","value":"foo"}],"variable":[]}},"response":[],"_postman_id":"5b8eebf4-d953-413c-9f4b-f977bf125719"},{"name":"Check that a Coding exists in a SNOMED refset","id":"1c09d710-b21c-45a7-a3c9-e3f82ee8188f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"Parameters\",\n  \"parameter\": [\n    {\n      \"name\": \"url\",\n      \"valueUri\": \"http://snomed.info/sct?fhir_vs=refset/32570361000036108\"\n    },\n    {\n      \"name\": \"coding\",\n      \"valueCoding\": {\n        \"code\": \"241649002\",\n        \"system\": \"http://snomed.info/sct\"\n      }\n    }\n  ]\n}"},"url":"{{url}}/ValueSet/$validate-code","urlObject":{"path":["ValueSet","$validate-code"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c09d710-b21c-45a7-a3c9-e3f82ee8188f"}],"id":"cc856d6c-ce47-4553-ac3c-0454b8d3513f","_postman_id":"cc856d6c-ce47-4553-ac3c-0454b8d3513f","description":""},{"name":"ValueSet Examples","item":[{"name":"Search all ValueSets","id":"33adb6bb-78b4-4bf0-b780-dfe096853dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/fhir+json"}],"url":"{{url}}/ValueSet","description":"<p>This sends a simple search request to the ValueSet endpoint to find all available ValueSet definitions.</p>\n","urlObject":{"path":["ValueSet"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33adb6bb-78b4-4bf0-b780-dfe096853dd5"},{"name":"Search all ValueSets - summary results","id":"109ab960-edac-4b81-b53e-3b522eec21a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/fhir+json"}],"url":"{{url}}/ValueSet?_summary=true","description":"<p>This sends a simple search request to the ValueSet endpoint to find all available ValueSet definitions.</p>\n","urlObject":{"path":["ValueSet"],"host":["{{url}}"],"query":[{"key":"_summary","value":"true"}],"variable":[]}},"response":[],"_postman_id":"109ab960-edac-4b81-b53e-3b522eec21a5"},{"name":"Create/Update a Value Set","id":"86ad8bc2-6013-493c-a7a0-d877e8052e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/fhir+json"},{"key":"Content-Type","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\" : \"ValueSet\",\n  \"id\" : \"v3-ActIncidentCode\",\n  \"meta\" : {\n    \"lastUpdated\" : \"2019-11-01T09:29:23.356+11:00\",\n    \"profile\" : [\"http://hl7.org/fhir/StructureDefinition/shareablevalueset\"]\n  },\n  \"text\" : {\n    \"status\" : \"generated\",\n    \"div\" : \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><h2>V3 Value SetActIncidentCode</h2><div><p>Set of codes indicating the type of incident or accident.</p>\\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\\\"../../v3/ActCode/cs.html\\\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a  <a href=\\\"../../v3/ActCode/cs.html#v3-ActCode-_ActIncidentCode\\\">_ActIncidentCode</a></li><li>Exclude these codes as defined in <a href=\\\"../../v3/ActCode/cs.html\\\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\\\"none\\\"><tr><td style=\\\"white-space:nowrap\\\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\\\"../../v3/ActCode/cs.html#v3-ActCode-_ActIncidentCode\\\">_ActIncidentCode</a></td><td>ActIncidentCode</td><td>Set of codes indicating the type of incident or accident.</td></tr></table></li></ul></div>\"\n  },\n  \"extension\" : [{\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status\",\n    \"valueCode\" : \"trial-use\"\n  },\n  {\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm\",\n    \"valueInteger\" : 2\n  },\n  {\n    \"url\" : \"http://hl7.org/fhir/StructureDefinition/structuredefinition-wg\",\n    \"valueCode\" : \"fm\"\n  }],\n  \"url\" : \"http://terminology.hl7.org/ValueSet/v3-ActIncidentCode\",\n  \"identifier\" : [{\n    \"system\" : \"urn:ietf:rfc:3986\",\n    \"value\" : \"urn:oid:2.16.840.1.113883.1.11.16508\"\n  }],\n  \"version\" : \"2014-03-26\",\n  \"name\" : \"v3.ActIncidentCode\",\n  \"title\" : \"V3 Value SetActIncidentCode\",\n  \"status\" : \"active\",\n  \"experimental\" : false,\n  \"publisher\" : \"HL7 v3\",\n  \"contact\" : [{\n    \"telecom\" : [{\n      \"system\" : \"url\",\n      \"value\" : \"http://www.hl7.org\"\n    }]\n  }],\n  \"description\" : \" Set of codes indicating the type of incident or accident.\",\n  \"immutable\" : false,\n  \"compose\" : {\n    \"include\" : [{\n      \"system\" : \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n      \"filter\" : [{\n        \"property\" : \"concept\",\n        \"op\" : \"is-a\",\n        \"value\" : \"_ActIncidentCode\"\n      }]\n    }],\n    \"exclude\" : [{\n      \"system\" : \"http://terminology.hl7.org/CodeSystem/v3-ActCode\",\n      \"concept\" : [{\n        \"code\" : \"_ActIncidentCode\"\n      }]\n    }]\n  }\n}"},"url":"{{url}}/ValueSet/v3-ActIncidentCode","description":"<p>This creates a ValueSet\n(or updates it, if it already exists)</p>\n","urlObject":{"path":["ValueSet","v3-ActIncidentCode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ad8bc2-6013-493c-a7a0-d877e8052e58"},{"name":"Delete a ValueSet","id":"09349be9-7f09-4e28-b295-f5c4b328f7b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/ValueSet/v3-ActIncidentCode","urlObject":{"path":["ValueSet","v3-ActIncidentCode"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09349be9-7f09-4e28-b295-f5c4b328f7b7"},{"name":"Search all ValueSets by title","id":"9003c748-207e-45f8-939f-13a093a2779d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/ValueSet?title=v3","urlObject":{"path":["ValueSet"],"host":["{{url}}"],"query":[{"key":"title","value":"v3"}],"variable":[]}},"response":[],"_postman_id":"9003c748-207e-45f8-939f-13a093a2779d"},{"name":"Create/Update a ValueSet using a filter and excludes","id":"74df29bf-b443-4288-9009-d7b410621fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/fhir+json"}],"body":{"mode":"raw","raw":"{\n  \"resourceType\": \"ValueSet\",\n  \"url\": \"http://csiro.au/ValueSet/education-levels\",\n  \"version\": \"2\",\n  \"name\": \"edu.level\",\n  \"title\": \"Education Levels\",\n  \"status\": \"draft\",\n  \"compose\": {\n    \"include\": [\n      {\n        \"filter\": [\n          {\n            \"property\": \"concept\",\n            \"op\": \"is-a\",\n            \"value\": \"365460000\"\n          }\n        ],\n        \"system\": \"http://snomed.info/sct\",\n        \"version\": \"http://snomed.info/sct/32506021000036107/version/20160630\"\n      }\n    ],\n    \"exclude\": [\n      {\n        \"concept\": [\n          {\n            \"code\": \"224298008\"\n          },\n          {\n            \"code\": \"365460000\"\n          },\n          {\n            \"code\": \"473462005\"\n          },\n          {\n            \"code\": \"424587006\"\n          }\n        ],\n        \"system\": \"http://snomed.info/sct\",\n        \"version\": \"http://snomed.info/sct/32506021000036107/version/20160630\"\n      }\n    ]\n  },\n  \"description\": \"A selection of Education Levels\",\n  \"text\": {\n    \"status\": \"generated\",\n    \"div\": \"<div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"><h2>Education Levels</h2><tt>http://csiro.au/ValueSet/education-levels</tt><p>A selection of Education Levels</p></div>\"\n  },\n  \"experimental\": true,\n  \"date\": \"2020-01-29\"\n}"},"url":"{{url}}/ValueSet/education-levels","urlObject":{"path":["ValueSet","education-levels"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74df29bf-b443-4288-9009-d7b410621fd9"}],"id":"681f19e0-1caf-468f-95e8-8a4a90e4aa71","_postman_id":"681f19e0-1caf-468f-95e8-8a4a90e4aa71","description":""}]}