#1
GET https://tx.fhir.org/r4/metadata HTTP/1.0 Accept: application/fhir+json; fhirVersion=4.0 User-Agent: fhir/publisher
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:4378
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:11 GMT
pragma:no-cache
server:nginx
x-request-id:250-155350
{"resourceType" : "CapabilityStatement","id" : "FhirServer","text" : {"status" : "generated","div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Local User Conformance Statement</h2><p>FHIR v4.0.1 released 20251208221453.000Z. Server version 4.0.7 built 20251208221453.000Z</p><table class=\"grid\"><tr><th>Resource Type</th><th>Profile</th><th>Read</th><th>V-Read</th><th>Search</th><th>Update</th><th>Updates</th><th>Create</th><th>Delete</th><th>History</th></tr>\n</table>\n<p>Operations</p>\n<ul>\n <li>expand: see OperationDefinition/fso-expand</li>\n <li>lookup: see OperationDefinition/fso-lookup</li>\n <li>subsumes: see OperationDefinition/fso-subsumes</li>\n <li>validate-code: see OperationDefinition/fso-validate-code</li>\n <li>batch-validate-code: see OperationDefinition/fso-batch-validate-code</li>\n <li>translate: see OperationDefinition/fso-translate</li>\n <li>closure: see OperationDefinition/fso-closure</li>\n <li>versions: see OperationDefinition/fso-versions</li>\n</ul>\n</div>"},"extension" : [{"extension" : [{"url" : "definition","valueCanonical" : "http://hl7.org/fhir/uv/tx-tests/FeatureDefinition/test-version"},{"url" : "value","valueCode" : "1.8.0"},{"extension" : [{"url" : "name","valueCode" : "mode"},{"url" : "value","valueCode" : "tx.fhir.org"}],"url" : "qualifier"}],"url" : "http://hl7.org/fhir/uv/application-feature/StructureDefinition/feature"},{"extension" : [{"url" : "definition","valueCanonical" : "http://hl7.org/fhir/uv/tx-ecosystem/FeatureDefinition/CodeSystemAsParameter"},{"url" : "value","valueBoolean" : true}],"url" : "http://hl7.org/fhir/uv/application-feature/StructureDefinition/feature"}],"url" : "http://tx.fhir.org/r4/CapabilityStatement/tx","version" : "4.0.1-4.0.7","name" : "FHIRReferenceServer","title" : "FHIR Reference Server Conformance Statement","status" : "active","date" : "2025-12-08T20:18:11.489Z","contact" : [{"telecom" : [{"system" : "other","value" : "http://healthintersections.com.au/"}]}],"description" : "Standard Conformance Statement for the open source Reference FHIR Server provided by Health Intersections","kind" : "instance","instantiates" : ["http://hl7.org/fhir/CapabilityStatement/terminology-server","http://hl7.org/fhir/CapabilityStatement/terminology-server"],"software" : {"name" : "HealthIntersections Server","version" : "4.0.7","releaseDate" : "2025-12-08T22:14:53.000Z"},"implementation" : {"description" : "FHIR Server running at http://tx.fhir.org/r4","url" : "http://tx.fhir.org/r4"},"fhirVersion" : "4.0.1","format" : ["application/fhir+xml","application/fhir+json"],"rest" : [{"mode" : "server","security" : {"cors" : true},"resource" : [{"type" : "CodeSystem","interaction" : [{"code" : "read","documentation" : "Read a code system"},{"code" : "search-type","documentation" : "Search the code systems. Not that there a few major code systems that are not available through this API (SCT, LOINC etc)"}],"operation" : [{"name" : "validate-code","definition" : "http://hl7.org/fhir/OperationDefinition/CodeSystem-validate-code"},{"name" : "lookup","definition" : "http://hl7.org/fhir/OperationDefinition/CodeSystem-lookup"}]},{"type" : "ValueSet","interaction" : [{"code" : "read","documentation" : "Read a ValueSet"},{"code" : "search-type","documentation" : "Search the value sets"}],"operation" : [{"name" : "validate-code","definition" : "http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code"},{"name" : "expand","definition" : "http://hl7.org/fhir/OperationDefinition/ValueSet-expand"}]}],"interaction" : [{"code" : "transaction"}],"operation" : [{"name" : "expand","definition" : "http://hl7.org/fhir/OperationDefinition/ValueSet-expand"},{"name" : "lookup","definition" : "http://hl7.org/fhir/OperationDefinition/ValueSet-lookup"},{"name" : "subsumes","definition" : "http://hl7.org/fhir/OperationDefinition/CodeSystem-subsumes"},{"name" : "validate-code","definition" : "http://hl7.org/fhir/OperationDefinition/Resource-validate-code"},{"name" : "batch-validate-code","definition" : "http://hl7.org/fhir/OperationDefinition/Resource-batch-validate-code"},{"name" : "translate","definition" : "http://hl7.org/fhir/OperationDefinition/ConceptMap-translate"},{"name" : "closure","definition" : "http://hl7.org/fhir/OperationDefinition/ConceptMap-closure"},{"name" : "versions","definition" : "http://tx.fhir.org/r4/OperationDefinition/fso-versions"}]}]}
#2
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"coding","valueCoding":{"system":"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id","code":"123"}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:1849
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:29 GMT
last-modified:Mon, 08 Dec 2025 20:18:29 GMT
pragma:no-cache
server:nginx
x-request-id:250-155352
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id"},{"name" : "code","valueCode" : "123"},{"name" : "message","valueString" : "A definition for CodeSystem 'https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id' could not be found, so the code cannot be validated"},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "UNKNOWN_CODESYSTEM"}],"severity" : "error","code" : "not-found","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "not-found"}],"text" : "A definition for CodeSystem 'https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id' could not be found, so the code cannot be validated"},"location" : ["Coding.system"],"expression" : ["Coding.system"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n0 0 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n0 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n0 0 : 0ms : Prepare include: \"()\"\r\n0 0 : 0ms : Validate \"[https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id#123 (\"\")]\"\r\n0 0 : 0ms : Check \"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id#123\"\r\n0 0 : 0ms : Didn't find CodeSystem \"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id\"\r\n"}]}
#3
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"coding","valueCoding":{"system":"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id","code":"123"}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:1849
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:29 GMT
last-modified:Mon, 08 Dec 2025 20:18:29 GMT
pragma:no-cache
server:nginx
x-request-id:250-155353
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id"},{"name" : "code","valueCode" : "123"},{"name" : "message","valueString" : "A definition for CodeSystem 'https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id' could not be found, so the code cannot be validated"},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "UNKNOWN_CODESYSTEM"}],"severity" : "error","code" : "not-found","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "not-found"}],"text" : "A definition for CodeSystem 'https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id' could not be found, so the code cannot be validated"},"location" : ["Coding.system"],"expression" : ["Coding.system"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n0 0 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n0 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n0 0 : 0ms : Prepare include: \"()\"\r\n0 0 : 0ms : Validate \"[https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id#123 (\"\")]\"\r\n0 0 : 0ms : Check \"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id#123\"\r\n0 0 : 0ms : Didn't find CodeSystem \"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id\"\r\n"}]}
#4
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"coding","valueCoding":{"system":"http://terminology.hl7.org/CodeSystem/language","code":"en-CA","display":"English (Canada)"}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:1612
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:40 GMT
last-modified:Mon, 08 Dec 2025 20:18:40 GMT
pragma:no-cache
server:nginx
x-request-id:250-155354
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "http://terminology.hl7.org/CodeSystem/language"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "http://terminology.hl7.org/CodeSystem/language"},{"name" : "code","valueCode" : "en-CA"},{"name" : "message","valueString" : "A definition for CodeSystem 'http://terminology.hl7.org/CodeSystem/language' could not be found, so the code cannot be validated"},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "UNKNOWN_CODESYSTEM"}],"severity" : "error","code" : "not-found","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "not-found"}],"text" : "A definition for CodeSystem 'http://terminology.hl7.org/CodeSystem/language' could not be found, so the code cannot be validated"},"location" : ["Coding.system"],"expression" : ["Coding.system"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n0 0 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n0 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n0 0 : 0ms : Prepare include: \"()\"\r\n0 0 : 0ms : Validate \"[http://terminology.hl7.org/CodeSystem/language#en-CA (\"English (Canada)\")]\"\r\n0 0 : 0ms : Check \"http://terminology.hl7.org/CodeSystem/language#en-CA\"\r\n0 0 : 0ms : Didn't find CodeSystem \"http://terminology.hl7.org/CodeSystem/language\"\r\n"}]}
#5
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"codeableConcept","valueCodeableConcept":{"coding":[{"system":"http://terminology.hl7.org/fhir/service-type","code":"64"},{"system":"http://snomed.info/sct","code":"33879002","display":"Administration of vaccine to produce active immunity"},{"system":"http://snomed.info/sct","code":"430193006","display":"Medication Review"}]}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:3470
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:41 GMT
last-modified:Mon, 08 Dec 2025 20:18:41 GMT
pragma:no-cache
server:nginx
x-request-id:250-155355
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "http://snomed.info/sct"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "http://terminology.hl7.org/fhir/service-type"},{"name" : "code","valueCode" : "430193006"},{"name" : "version","valueString" : "http://snomed.info/sct/900000000000207008/version/20250201"},{"name" : "display","valueString" : "Medication reconciliation (procedure)"},{"name" : "message","valueString" : "A definition for CodeSystem 'http://terminology.hl7.org/fhir/service-type' could not be found, so the code cannot be validated; Wrong Display Name 'Medication Review' for http://snomed.info/sct#430193006. Valid display is 'Medication reconciliation (procedure)' (en) (for the language(s) 'en-US')"},{"name" : "codeableConcept","valueCodeableConcept" : {"coding" : [{"system" : "http://terminology.hl7.org/fhir/service-type","code" : "64"},{"system" : "http://snomed.info/sct","code" : "33879002","display" : "Administration of vaccine to produce active immunity"},{"system" : "http://snomed.info/sct","code" : "430193006","display" : "Medication Review"}]}},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "UNKNOWN_CODESYSTEM"}],"severity" : "error","code" : "not-found","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "not-found"}],"text" : "A definition for CodeSystem 'http://terminology.hl7.org/fhir/service-type' could not be found, so the code cannot be validated"},"location" : ["CodeableConcept.coding[0].system"],"expression" : ["CodeableConcept.coding[0].system"]},{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "Display_Name_for__should_be_one_of__instead_of"}],"severity" : "error","code" : "invalid","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "invalid-display"}],"text" : "Wrong Display Name 'Medication Review' for http://snomed.info/sct#430193006. Valid display is 'Medication reconciliation (procedure)' (en) (for the language(s) 'en-US')"},"location" : ["CodeableConcept.coding[2].display"],"expression" : ["CodeableConcept.coding[2].display"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n0 0 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n0 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n0 0 : 0ms : Prepare include: \"()\"\r\n0 0 : 0ms : Validate \"[http://terminology.hl7.org/fhir/service-type#64 (\"\"), http://snomed.info/sct#33879002 (\"Administration of vaccine to produce active immunity\"), http://snomed.info/sct#430193006 (\"Medication Review\")]\"\r\n0 0 : 0ms : Check \"http://terminology.hl7.org/fhir/service-type#64\"\r\n0 0 : 0ms : Didn't find CodeSystem \"http://terminology.hl7.org/fhir/service-type\"\r\n0 0 : 0ms : Check \"http://snomed.info/sct#33879002\"\r\n0 0 : 0ms : Using CodeSystem \"http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20250201\" (content = complete)\r\n0 0 : 0ms : Check \"http://snomed.info/sct#430193006\"\r\n0 0 : 0ms : Using CodeSystem \"http://snomed.info/sct|http://snomed.info/sct/900000000000207008/version/20250201\" (content = complete)\r\n"}]}
#6
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"coding","valueCoding":{"system":"http://terminology.hl7.org/fhir/service-mode","code":"in-person","display":"In-person"}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:1603
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:41 GMT
last-modified:Mon, 08 Dec 2025 20:18:41 GMT
pragma:no-cache
server:nginx
x-request-id:250-155356
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "http://terminology.hl7.org/fhir/service-mode"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "http://terminology.hl7.org/fhir/service-mode"},{"name" : "code","valueCode" : "in-person"},{"name" : "message","valueString" : "A definition for CodeSystem 'http://terminology.hl7.org/fhir/service-mode' could not be found, so the code cannot be validated"},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "UNKNOWN_CODESYSTEM"}],"severity" : "error","code" : "not-found","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "not-found"}],"text" : "A definition for CodeSystem 'http://terminology.hl7.org/fhir/service-mode' could not be found, so the code cannot be validated"},"location" : ["Coding.system"],"expression" : ["Coding.system"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n0 0 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n0 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n0 0 : 0ms : Prepare include: \"()\"\r\n0 0 : 0ms : Validate \"[http://terminology.hl7.org/fhir/service-mode#in-person (\"In-person\")]\"\r\n0 0 : 0ms : Check \"http://terminology.hl7.org/fhir/service-mode#in-person\"\r\n0 0 : 0ms : Didn't find CodeSystem \"http://terminology.hl7.org/fhir/service-mode\"\r\n"}]}
#7
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"coding","valueCoding":{"system":"http://hl7.org/fhir/ValueSet/patient-contactrelationship","code":"EP","display":"Emergency Contact"}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:1638
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:42 GMT
last-modified:Mon, 08 Dec 2025 20:18:42 GMT
pragma:no-cache
server:nginx
x-request-id:250-155357
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "http://hl7.org/fhir/ValueSet/patient-contactrelationship"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "http://hl7.org/fhir/ValueSet/patient-contactrelationship"},{"name" : "code","valueCode" : "EP"},{"name" : "message","valueString" : "The Coding references a value set, not a code system ('http://hl7.org/fhir/ValueSet/patient-contactrelationship')"},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "Terminology_TX_System_ValueSet2"}],"severity" : "error","code" : "invalid","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "invalid-data"}],"text" : "The Coding references a value set, not a code system ('http://hl7.org/fhir/ValueSet/patient-contactrelationship')"},"location" : ["Coding.system"],"expression" : ["Coding.system"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n0 0 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n0 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n0 0 : 0ms : Prepare include: \"()\"\r\n0 0 : 0ms : Validate \"[http://hl7.org/fhir/ValueSet/patient-contactrelationship#EP (\"Emergency Contact\")]\"\r\n0 0 : 0ms : Check \"http://hl7.org/fhir/ValueSet/patient-contactrelationship#EP\"\r\n0 0 : 0ms : Didn't find CodeSystem \"http://hl7.org/fhir/ValueSet/patient-contactrelationship\"\r\n"}]}
#8
POST https://tx.fhir.org/r4/CodeSystem/$validate-code? HTTP/1.0
Accept: application/fhir+json; fhirVersion=4.0
Content-Type: application/fhir+json; fhirVersion=4.0;charset=UTF-8
User-Agent: fhir/publisher
{"resourceType":"Parameters","parameter":[{"name":"coding","valueCoding":{"system":"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id","code":"123"}},{"name":"displayLanguage","valueString":"en-US"},{"name":"default-to-latest-version","valueBoolean":true},{"name":"cache-id","valueId":"5b0555e6-371f-44f2-9b6f-3f75a5f884b9"},{"name":"x-system-cache-id","valueString":"dc8fd4bc-091a-424a-8a3b-6198ef146891"},{"name":"diagnostics","valueBoolean":true}]}
200
access-control-allow-methods:GET, POST, PUT, PATCH, DELETE
access-control-allow-origin:*
access-control-expose-headers:Content-Location, Location
cache-control:public, max-age=600
connection:keep-alive
content-length:1849
content-type:application/fhir+json
date:Mon, 08 Dec 2025 20:18:43 GMT
last-modified:Mon, 08 Dec 2025 20:18:43 GMT
pragma:no-cache
server:nginx
x-request-id:250-155358
{"resourceType" : "Parameters","parameter" : [{"name" : "result","valueBoolean" : false},{"name" : "system","valueUri" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id"},{"name" : "x-caused-by-unknown-system","valueCanonical" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id"},{"name" : "code","valueCode" : "123"},{"name" : "message","valueString" : "A definition for CodeSystem 'https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id' could not be found, so the code cannot be validated"},{"name" : "issues","resource" : {"resourceType" : "OperationOutcome","issue" : [{"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueString" : "UNKNOWN_CODESYSTEM"}],"severity" : "error","code" : "not-found","details" : {"coding" : [{"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type","code" : "not-found"}],"text" : "A definition for CodeSystem 'https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id' could not be found, so the code cannot be validated"},"location" : ["Coding.system"],"expression" : ["Coding.system"]}]}},{"name" : "diagnostics","valueString" : "0 0 : start\r\n16 16 : 0ms : Analysing http://hl7.org/fhir/ValueSet/@all for validation purposes\r\n16 0 : 0ms : Parameters: disp-lang=en-US, default-to-latest\r\n16 0 : 0ms : Prepare include: \"()\"\r\n16 0 : 0ms : Validate \"[https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id#123 (\"\")]\"\r\n16 0 : 0ms : Check \"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id#123\"\r\n16 0 : 0ms : Didn't find CodeSystem \"https://fhir.medmehealth.com/pharmacy-services/systems/entity/healthcare-service/id\"\r\n"}]}