Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG
This commit is contained in:
commit
7e2b6d6181
@ -14,6 +14,8 @@ fi
|
||||
|
||||
echo "$txoption"
|
||||
|
||||
export JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -Dfile.encoding=UTF-8"
|
||||
|
||||
publisher=$input_cache_path/$publisher_jar
|
||||
if test -f "$publisher"; then
|
||||
java -jar $publisher -ig . $txoption $*
|
||||
|
||||
@ -8,6 +8,8 @@ SET input_cache_path=%CD%\input-cache\
|
||||
SET skipPrompts=false
|
||||
|
||||
SET scriptdlroot=https://raw.githubusercontent.com/HL7/ig-publisher-scripts/main
|
||||
SET build_bat_url=%scriptdlroot%/_build.bat
|
||||
SET build_sh_url=%scriptdlroot%/_build.sh
|
||||
SET update_bat_url=%scriptdlroot%/_updatePublisher.bat
|
||||
SET gen_bat_url=%scriptdlroot%/_genonce.bat
|
||||
SET gencont_bat_url=%scriptdlroot%/_gencontinuous.bat
|
||||
@ -20,7 +22,7 @@ IF "%~1"=="/f" SET skipPrompts=y
|
||||
|
||||
ECHO.
|
||||
ECHO Checking internet connection...
|
||||
PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
|
||||
PING tx.fhir.org -4 -n 1 -w 4000 | FINDSTR TTL && GOTO isonline
|
||||
ECHO We're offline, nothing to do...
|
||||
GOTO end
|
||||
|
||||
@ -69,6 +71,7 @@ IF DEFINED FORCE (
|
||||
IF "%skipPrompts%"=="y" (
|
||||
SET create=Y
|
||||
) ELSE (
|
||||
ECHO Will place publisher jar here: %input_cache_path%%publisher_jar%
|
||||
SET /p create="Ok? (Y/N) "
|
||||
)
|
||||
IF /I "%create%"=="Y" (
|
||||
@ -211,6 +214,16 @@ goto end
|
||||
start copy /y "_updatePublisher.new.bat" "_updatePublisher.bat" ^&^& del "_updatePublisher.new.bat" ^&^& exit
|
||||
|
||||
|
||||
:dl_script_7
|
||||
ECHO Updating _build.bat
|
||||
call POWERSHELL -command if ('System.Net.WebClient' -as [type]) {(new-object System.Net.WebClient).DownloadFile(\"%build_bat_url%\",\"_build.new.bat\") } else { Invoke-WebRequest -Uri "%update_bat_url%" -Outfile "_build.new.bat" }
|
||||
if %ERRORLEVEL% == 0 goto upd_script_6
|
||||
echo "Errors encountered during download: %errorlevel%"
|
||||
goto end
|
||||
:upd_script_6
|
||||
start copy /y "_build.new.bat" "_build.bat" ^&^& del "_build.new.bat" ^&^& exit
|
||||
|
||||
|
||||
:end
|
||||
|
||||
|
||||
|
||||
@ -12,6 +12,8 @@ gencont_bat_url=$scriptdlroot/_gencontinuous.bat
|
||||
gencont_sh_url=$scriptdlroot/_gencontinuous.sh
|
||||
gen_sh_url=$scriptdlroot/_genonce.sh
|
||||
update_sh_url=$scriptdlroot/_updatePublisher.sh
|
||||
build_sh_url=$scriptdlroot/_build.sh
|
||||
build_bat_url=$scriptdlroot/_build.bat
|
||||
|
||||
skipPrompts=false
|
||||
FORCE=false
|
||||
@ -103,6 +105,16 @@ if [[ $skipPrompts != true ]]; then
|
||||
if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
|
||||
echo "Downloading most recent scripts "
|
||||
|
||||
curl -L $build_bat_url -o /tmp/_build.new
|
||||
cp /tmp/_build.new _build.bat
|
||||
rm /tmp/_build.new
|
||||
|
||||
|
||||
curl -L $build_sh_url -o /tmp/_build.new
|
||||
cp /tmp/_build.new _build.sh
|
||||
chmod +x _build.sh
|
||||
rm /tmp/_build.new
|
||||
|
||||
curl -L $update_bat_url -o /tmp/_updatePublisher.new
|
||||
cp /tmp/_updatePublisher.new _updatePublisher.bat
|
||||
rm /tmp/_updatePublisher.new
|
||||
@ -117,13 +129,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
|
||||
|
||||
curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
|
||||
cp /tmp/_gencontinuous.new _gencontinuous.sh
|
||||
chmod +x _gencontinuous.sh
|
||||
rm /tmp/_gencontinuous.new
|
||||
|
||||
curl -L $gen_sh_url -o /tmp/_genonce.new
|
||||
cp /tmp/_genonce.new _genonce.sh
|
||||
chmod +x _genonce.sh
|
||||
rm /tmp/_genonce.new
|
||||
|
||||
curl -L $update_sh_url -o /tmp/_updatePublisher.new
|
||||
cp /tmp/_updatePublisher.new _updatePublisher.sh
|
||||
chmod +x _updatePublisher.sh
|
||||
rm /tmp/_updatePublisher.new
|
||||
fi
|
||||
12222
input-cache/txcache/.terminologyCapabilities...tx.fhir.org.r42.cache
Normal file
12222
input-cache/txcache/.terminologyCapabilities...tx.fhir.org.r42.cache
Normal file
File diff suppressed because it is too large
Load Diff
@ -503,7 +503,6 @@ v: {
|
||||
"code" : "001",
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
@ -527,7 +526,6 @@ v: {
|
||||
"code" : "001",
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
@ -570,6 +568,649 @@ v: {
|
||||
"code" : "001",
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"coding" : [{
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"code" : "001"
|
||||
}]
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/jurisdiction", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "World",
|
||||
"code" : "001",
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://example.org/some-system",
|
||||
"code" : "01",
|
||||
"display" : "keyword 1"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/definition-use", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"code" : "01",
|
||||
"system" : "http://example.org/some-system",
|
||||
"severity" : "error",
|
||||
"error" : "A definition for CodeSystem 'http://example.org/some-system' could not be found, so the code cannot be validated; The provided code 'http://example.org/some-system#01 ('keyword 1')' was not found in the value set 'http://hl7.org/fhir/ValueSet/definition-use|4.0.1'",
|
||||
"class" : "UNKNOWN",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "http://example.org/some-system",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
"extension" : [{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id",
|
||||
"valueString" : "UNKNOWN_CODESYSTEM"
|
||||
},
|
||||
{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server",
|
||||
"valueUrl" : "https://tx.fhir.org/r4"
|
||||
}],
|
||||
"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://example.org/some-system' could not be found, so the code cannot be validated"
|
||||
},
|
||||
"location" : ["Coding.system"],
|
||||
"expression" : ["Coding.system"]
|
||||
},
|
||||
{
|
||||
"extension" : [{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id",
|
||||
"valueString" : "None_of_the_provided_codes_are_in_the_value_set_one"
|
||||
},
|
||||
{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server",
|
||||
"valueUrl" : "https://tx.fhir.org/r4"
|
||||
}],
|
||||
"severity" : "error",
|
||||
"code" : "code-invalid",
|
||||
"details" : {
|
||||
"coding" : [{
|
||||
"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type",
|
||||
"code" : "not-in-vs"
|
||||
}],
|
||||
"text" : "The provided code 'http://example.org/some-system#01 ('keyword 1')' was not found in the value set 'http://hl7.org/fhir/ValueSet/definition-use|4.0.1'"
|
||||
},
|
||||
"location" : ["Coding.code"],
|
||||
"expression" : ["Coding.code"]
|
||||
}]
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://example.org/some-system",
|
||||
"code" : "01",
|
||||
"display" : "keyword 2"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/definition-use", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"code" : "01",
|
||||
"system" : "http://example.org/some-system",
|
||||
"severity" : "error",
|
||||
"error" : "A definition for CodeSystem 'http://example.org/some-system' could not be found, so the code cannot be validated; The provided code 'http://example.org/some-system#01 ('keyword 2')' was not found in the value set 'http://hl7.org/fhir/ValueSet/definition-use|4.0.1'",
|
||||
"class" : "UNKNOWN",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "http://example.org/some-system",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
"extension" : [{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id",
|
||||
"valueString" : "UNKNOWN_CODESYSTEM"
|
||||
},
|
||||
{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server",
|
||||
"valueUrl" : "https://tx.fhir.org/r4"
|
||||
}],
|
||||
"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://example.org/some-system' could not be found, so the code cannot be validated"
|
||||
},
|
||||
"location" : ["Coding.system"],
|
||||
"expression" : ["Coding.system"]
|
||||
},
|
||||
{
|
||||
"extension" : [{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id",
|
||||
"valueString" : "None_of_the_provided_codes_are_in_the_value_set_one"
|
||||
},
|
||||
{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server",
|
||||
"valueUrl" : "https://tx.fhir.org/r4"
|
||||
}],
|
||||
"severity" : "error",
|
||||
"code" : "code-invalid",
|
||||
"details" : {
|
||||
"coding" : [{
|
||||
"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type",
|
||||
"code" : "not-in-vs"
|
||||
}],
|
||||
"text" : "The provided code 'http://example.org/some-system#01 ('keyword 2')' was not found in the value set 'http://hl7.org/fhir/ValueSet/definition-use|4.0.1'"
|
||||
},
|
||||
"location" : ["Coding.code"],
|
||||
"expression" : ["Coding.code"]
|
||||
}]
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "text/cql"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/cql",
|
||||
"code" : "text/cql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "text/cql"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/cql",
|
||||
"code" : "text/cql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "application/elm+xml"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+xml",
|
||||
"code" : "application/elm+xml",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "application/elm+xml"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+xml",
|
||||
"code" : "application/elm+xml",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "application/elm+json"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+json",
|
||||
"code" : "application/elm+json",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "application/elm+json"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+json",
|
||||
"code" : "application/elm+json",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "image/png"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/png",
|
||||
"code" : "image/png",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "image/png"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/png",
|
||||
"code" : "image/png",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "text/x-sql"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/x-sql",
|
||||
"code" : "text/x-sql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "text/x-sql"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/x-sql",
|
||||
"code" : "text/x-sql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"coding" : [{
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"code" : "001"
|
||||
}]
|
||||
}, "url": "http://hl7.org/fhir/5.0/ValueSet/jurisdiction", "version": "5.0.0", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "World",
|
||||
"code" : "001",
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
"extension" : [{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id",
|
||||
"valueString" : "MSG_DEPRECATED"
|
||||
},
|
||||
{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server",
|
||||
"valueUrl" : "https://tx.fhir.org/r4"
|
||||
}],
|
||||
"severity" : "information",
|
||||
"code" : "business-rule",
|
||||
"details" : {
|
||||
"coding" : [{
|
||||
"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type",
|
||||
"code" : "status-check"
|
||||
}],
|
||||
"text" : "Reference to deprecated ValueSet http://hl7.org/fhir/5.0/ValueSet/jurisdiction|5.0.0"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "application/pdf"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/pdf",
|
||||
"code" : "application/pdf",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "application/pdf"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/pdf",
|
||||
"code" : "application/pdf",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "image/jpeg"
|
||||
}, "valueSet" :{
|
||||
"resourceType" : "ValueSet",
|
||||
"compose" : {
|
||||
"include" : [{
|
||||
"system" : "urn:ietf:bcp:13"
|
||||
}]
|
||||
}
|
||||
}, "langs":"en", "useServer":"true", "useClient":"false", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/jpeg",
|
||||
"code" : "image/jpeg",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"code" : "image/jpeg"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"true", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/jpeg",
|
||||
"code" : "image/jpeg",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"coding" : [{
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"code" : "001"
|
||||
}]
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/jurisdiction", "version": "4.0.1", "langs":"en-US", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "World",
|
||||
"code" : "001",
|
||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
{
|
||||
"http://not-a-known-code-system|2.36" : null
|
||||
"http://not-a-known-code-system" : null,
|
||||
"http://example.org/some-system|null" : null,
|
||||
"urn:ietf:bcp:13|null" : null,
|
||||
"http://unstats.un.org/unsd/methods/m49/m49.htm|null" : null,
|
||||
"http://example.org/system/code/sections|null" : null,
|
||||
"http://example.org/system/code/questions|null" : null,
|
||||
"http://not-a-known-code-system|2.36" : null,
|
||||
"http://example.org/some-id-type-system|null" : null
|
||||
}
|
||||
|
||||
@ -39,7 +39,6 @@ v: {
|
||||
"error" : "A definition for CodeSystem 'http://not-a-known-code-system' version '2.36' could not be found, so the code cannot be validated. Valid versions: []",
|
||||
"class" : "CODESYSTEM_UNSUPPORTED_VERSION",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
@ -82,7 +81,6 @@ v: {
|
||||
"error" : "A definition for CodeSystem 'http://not-a-known-code-system' version '2.36' could not be found, so the code cannot be validated. Valid versions: []",
|
||||
"class" : "CODESYSTEM_UNSUPPORTED_VERSION",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
@ -133,3 +131,54 @@ e: {
|
||||
"error" : "Error from http://tx.fhir.org/r4: Unable to provide support for code system http://not-a-known-code-system version 2.36"
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://not-a-known-code-system",
|
||||
"version" : "2.36",
|
||||
"code" : "not-known-code"
|
||||
}, "valueSet" :null, "langs":"en, en-US", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "exampleOK":"true", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"code" : "not-known-code",
|
||||
"system" : "http://not-a-known-code-system",
|
||||
"version" : "2.36",
|
||||
"severity" : "error",
|
||||
"error" : "A definition for CodeSystem 'http://not-a-known-code-system' version '2.36' could not be found, so the code cannot be validated. No versions of this code system are known",
|
||||
"class" : "CODESYSTEM_UNSUPPORTED",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "http://not-a-known-code-system",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome",
|
||||
"issue" : [{
|
||||
"extension" : [{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id",
|
||||
"valueString" : "UNKNOWN_CODESYSTEM_VERSION_NONE"
|
||||
},
|
||||
{
|
||||
"url" : "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-server",
|
||||
"valueUrl" : "https://tx.fhir.org/r4"
|
||||
}],
|
||||
"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://not-a-known-code-system' version '2.36' could not be found, so the code cannot be validated. No versions of this code system are known"
|
||||
},
|
||||
"location" : ["Coding.system"],
|
||||
"expression" : ["Coding.system"]
|
||||
}]
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
391
input-cache/txcache/mimetypes.cache
Normal file
391
input-cache/txcache/mimetypes.cache
Normal file
@ -0,0 +1,391 @@
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "text/cql"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/cql",
|
||||
"code" : "text/cql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "application/elm+xml"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+xml",
|
||||
"code" : "application/elm+xml",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "application/elm+json"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+json",
|
||||
"code" : "application/elm+json",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "text/cql"
|
||||
}, "valueSet" :null, "langs":"de", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/cql",
|
||||
"code" : "text/cql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "application/elm+xml"
|
||||
}, "valueSet" :null, "langs":"de", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+xml",
|
||||
"code" : "application/elm+xml",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "application/elm+json"
|
||||
}, "valueSet" :null, "langs":"de", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+json",
|
||||
"code" : "application/elm+json",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "text/cql"
|
||||
}, "valueSet" :null, "langs":"fr", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/cql",
|
||||
"code" : "text/cql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "application/elm+xml"
|
||||
}, "valueSet" :null, "langs":"fr", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+xml",
|
||||
"code" : "application/elm+xml",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "application/elm+json"
|
||||
}, "valueSet" :null, "langs":"fr", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "application/elm+json",
|
||||
"code" : "application/elm+json",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "image/png"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/png",
|
||||
"code" : "image/png",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "image/png"
|
||||
}, "valueSet" :null, "langs":"de", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/png",
|
||||
"code" : "image/png",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "image/png"
|
||||
}, "valueSet" :null, "langs":"fr", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "image/png",
|
||||
"code" : "image/png",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "text/x-sql"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/x-sql",
|
||||
"code" : "text/x-sql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "text/x-sql"
|
||||
}, "valueSet" :null, "langs":"de", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/x-sql",
|
||||
"code" : "text/x-sql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"code" : "text/x-sql"
|
||||
}, "valueSet" :null, "langs":"fr", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "text/x-sql",
|
||||
"code" : "text/x-sql",
|
||||
"system" : "urn:ietf:bcp:13",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
@ -1,3 +1,4 @@
|
||||
[servers]
|
||||
tx.fhir.org.r4 = http://tx.fhir.org/r4
|
||||
..tx.fhir.org.r42 = https://tx.fhir.org/r4
|
||||
|
||||
|
||||
@ -102,7 +102,6 @@ v: {
|
||||
"system" : "http://snomed.info/sct",
|
||||
"version" : "http://snomed.info/sct/900000000000207008/version/20240201",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
@ -126,6 +125,61 @@ v: {
|
||||
"system" : "http://snomed.info/sct",
|
||||
"version" : "http://snomed.info/sct/900000000000207008/version/20240201",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://snomed.info/sct",
|
||||
"code" : "194828000",
|
||||
"display" : "Angina (disorder)"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "Angina",
|
||||
"code" : "194828000",
|
||||
"system" : "http://snomed.info/sct",
|
||||
"version" : "http://snomed.info/sct/900000000000207008/version/20250201",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://snomed.info/sct",
|
||||
"code" : "22298006",
|
||||
"display" : "Myocardial infarction (disorder)"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "Myocardial infarction",
|
||||
"code" : "22298006",
|
||||
"system" : "http://snomed.info/sct",
|
||||
"version" : "http://snomed.info/sct/900000000000207008/version/20250201",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
|
||||
@ -103,7 +103,6 @@ v: {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.0.1",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
@ -126,6 +125,140 @@ v: {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.0.1",
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"code" : "mm[Hg]"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "mm[Hg]",
|
||||
"code" : "mm[Hg]",
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.2",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"code" : "mm[Hg]"
|
||||
}, "valueSet" :null, "langs":"de", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "mm[Hg]",
|
||||
"code" : "mm[Hg]",
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.2",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"code" : "mm[Hg]"
|
||||
}, "valueSet" :null, "langs":"fr", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "mm[Hg]",
|
||||
"code" : "mm[Hg]",
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.2",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"code" : "mo"
|
||||
}, "valueSet" :null, "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "mo",
|
||||
"code" : "mo",
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.2",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
}
|
||||
|
||||
}
|
||||
-------------------------------------------------------------------------------------
|
||||
{"code" : {
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"code" : "mm[Hg]"
|
||||
}, "url": "http://hl7.org/fhir/ValueSet/ucum-vitals-common", "version": "4.0.1", "langs":"en", "useServer":"true", "useClient":"true", "guessSystem":"false", "activeOnly":"false", "membershipOnly":"false", "displayWarningMode":"false", "versionFlexible":"true", "profile": {
|
||||
"resourceType" : "Parameters",
|
||||
"parameter" : [{
|
||||
"name" : "x-system-cache-id",
|
||||
"valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
|
||||
},
|
||||
{
|
||||
"name" : "defaultDisplayLanguage",
|
||||
"valueCode" : "en"
|
||||
}]
|
||||
}}####
|
||||
v: {
|
||||
"display" : "mm[Hg]",
|
||||
"code" : "mm[Hg]",
|
||||
"system" : "http://unitsofmeasure.org",
|
||||
"version" : "2.2",
|
||||
"server" : "https://tx.fhir.org/r4",
|
||||
"unknown-systems" : "",
|
||||
"issues" : {
|
||||
"resourceType" : "OperationOutcome"
|
||||
|
||||
@ -0,0 +1 @@
|
||||
{"resourceType":"ValueSet","id":"2.16.840.1.113883.3.117.1.7.1.292","meta":{"versionId":"34","lastUpdated":"2023-12-21T17:43:03.000-05:00","profile":["http://hl7.org/fhir/StructureDefinition/shareablevalueset","http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-valueset-cqfm","http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/publishable-valueset-cqfm"]},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/valueset-author","valueContactDetail":{"name":"TJC EH Author"}},{"url":"http://hl7.org/fhir/StructureDefinition/valueset-keyWord","valueString":"PC-01,PC-02,STK-02,STK-03,STK-05,VTE-01,VTE-02"},{"url":"http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate","valueDate":"2025-01-21"},{"url":"http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate","valueDate":"2021-06-11"}],"url":"http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.292","identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:oid:2.16.840.1.113883.3.117.1.7.1.292"}],"version":"20210611","name":"EmergencyDepartmentVisit","title":"Emergency Department Visit","status":"active","experimental":false,"date":"2021-06-11T01:02:23-04:00","publisher":"TJC EH Steward","jurisdiction":[{"coding":[{"system":"urn:iso:std:iso:3166","code":"US"}]}],"purpose":"(Clinical Focus: The purpose of this value set is to represent concepts for encounters in the emergency department (ED).),(Data Element Scope: This value set may use a model element related to Encounter.),(Inclusion Criteria: Includes concepts that represent an encounter ocurring in the emergency department (ED).),(Exclusion Criteria: Excludes concepts that represent services not performed in the emergency department, including critical care and observation services.)","compose":{"include":[{"system":"http://snomed.info/sct","concept":[{"code":"4525004","display":"Emergency department patient visit (procedure)"}]}]},"expansion":{"identifier":"urn:uuid:243b94ce-fe00-4f5c-987e-ca17f47b3b52","timestamp":"2025-05-23T21:48:36-04:00","total":1,"contains":[{"system":"http://snomed.info/sct","version":"http://snomed.info/sct/731000124108/version/20250301","code":"4525004","display":"Emergency department patient visit (procedure)"}]}}
|
||||
@ -0,0 +1 @@
|
||||
{"resourceType":"ValueSet","id":"2.16.840.1.113883.3.666.5.307","meta":{"versionId":"33","lastUpdated":"2023-12-21T17:43:03.000-05:00","profile":["http://hl7.org/fhir/StructureDefinition/shareablevalueset","http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-valueset-cqfm","http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/publishable-valueset-cqfm"]},"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/valueset-author","valueContactDetail":{"name":"Lantana EH Author"}},{"url":"http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate","valueDate":"2025-02-11"},{"url":"http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate","valueDate":"2020-03-07"}],"url":"http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.307","identifier":[{"system":"urn:ietf:rfc:3986","value":"urn:oid:2.16.840.1.113883.3.666.5.307"}],"version":"20200307","name":"EncounterInpatient","title":"Encounter Inpatient","status":"active","experimental":false,"date":"2020-03-07T01:00:21-05:00","publisher":"Lantana EH Steward","jurisdiction":[{"coding":[{"system":"urn:iso:std:iso:3166","code":"US"}]}],"purpose":"(Clinical Focus: The purpose of this value set is to represent concepts of inpatient hospitalization encounters.),(Data Element Scope: This value set may use a model element related to Encounter.),(Inclusion Criteria: Includes concepts that represent an encounter for inpatient hospitalizations.),(Exclusion Criteria: No exclusions.)","compose":{"include":[{"system":"http://snomed.info/sct","concept":[{"code":"183452005","display":"Emergency hospital admission (procedure)"},{"code":"32485007","display":"Hospital admission (procedure)"},{"code":"8715000","display":"Hospital admission, elective (procedure)"}]}]},"expansion":{"identifier":"urn:uuid:ff554fd6-3c2d-4a13-98fe-3928f42f85b6","timestamp":"2025-05-23T22:55:07-04:00","total":3,"contains":[{"system":"http://snomed.info/sct","version":"http://snomed.info/sct/731000124108/version/20250301","code":"183452005","display":"Emergency hospital admission (procedure)"},{"system":"http://snomed.info/sct","version":"http://snomed.info/sct/731000124108/version/20250301","code":"32485007","display":"Hospital admission (procedure)"},{"system":"http://snomed.info/sct","version":"http://snomed.info/sct/731000124108/version/20250301","code":"8715000","display":"Hospital admission, elective (procedure)"}]}}
|
||||
15
input-cache/txcache/vs-externals.json
Normal file
15
input-cache/txcache/vs-externals.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.292" : {
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"filename" : "vs-231f071a-56b9-47ca-8acb-2192bff20983.json"
|
||||
},
|
||||
"http://hl7.org/fhir/ValueSet/religious-affiliation" : null,
|
||||
"http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.307" : {
|
||||
"server" : "http://tx.fhir.org/r4",
|
||||
"filename" : "vs-451ccadb-a963-4381-b188-f997b6e38463.json"
|
||||
},
|
||||
"TBD" : null,
|
||||
"http://not-a-known-code-system|2.36" : null,
|
||||
"http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1053" : null,
|
||||
"http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1082" : null
|
||||
}
|
||||
20
input/fsh/codeSystems/codeSystem.fsh
Normal file
20
input/fsh/codeSystems/codeSystem.fsh
Normal file
@ -0,0 +1,20 @@
|
||||
//// this code systems for Identifier types
|
||||
|
||||
CodeSystem: BangladeshIdentifierType
|
||||
Id: bangladesh-identifier-type-cs
|
||||
Title: "Bangladesh Identifier Types"
|
||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type"
|
||||
|
||||
* #TYPE_NID "National ID"
|
||||
* #TYPE_BRN "Birth Registration Number"
|
||||
* #TYPE_UID "Unique ID"
|
||||
|
||||
|
||||
ValueSet: BangladeshIdentifierTypeVS
|
||||
Id: bangladesh-identifier-type-vs
|
||||
Title: "Bangladesh Identifier Type"
|
||||
Description: "Bangladesh Standard Identifier type"
|
||||
// * include codes from valueset http://hl7.org/fhir/ValueSet/identifier-type /// use name or uri
|
||||
* include codes from system https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type
|
||||
|
||||
////////////// end identifier types
|
||||
104
input/fsh/patient-profile.fsh
Normal file
104
input/fsh/patient-profile.fsh
Normal file
@ -0,0 +1,104 @@
|
||||
// @Name: Profile
|
||||
// @Description: Example of a profile of the Patient resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
|
||||
|
||||
Profile: PatientProfile
|
||||
Id: patient-profile
|
||||
Parent: Patient
|
||||
Title: "Patient Profile for Bangladesh"
|
||||
Description: "Profile of Patient Bangladesh Standard"
|
||||
|
||||
// ----- Begin rules:
|
||||
|
||||
// Require at least one value inside the name element
|
||||
* name 2..*
|
||||
// === 1. Declare slicing on name by 'use' ===
|
||||
* name ^slicing.discriminator.type = #value
|
||||
* name ^slicing.discriminator.path = "system"
|
||||
* name ^slicing.rules = #open
|
||||
* name ^slicing.description = "Slice name by use (official for English, usual for Bangla)"
|
||||
|
||||
// === 2. Define slices ===
|
||||
* name contains
|
||||
nameEnglish 1..1 MS and // slice alias for English name
|
||||
nameBangla 1..1 MS // slice alias for Bangla name
|
||||
|
||||
// === 3. Constrain English (official) name ===
|
||||
* name[nameEnglish].use = #en (exactly)
|
||||
* name[nameEnglish].given 0..*
|
||||
* name[nameEnglish].family 0..1
|
||||
* name[nameEnglish] ^short = "Legal name (English/Romanized)"
|
||||
* name[nameEnglish] ^definition = "Official name as registered in government documents."
|
||||
|
||||
|
||||
// === 4. Constrain Bangla name ===
|
||||
* name[nameBangla].use = #bn (exactly)
|
||||
* name[nameBangla].given 0..*
|
||||
* name[nameBangla].family 0..1
|
||||
* name[nameBangla] ^short = "নাম (বাংলা)"
|
||||
* name[nameBangla] ^definition = "Patient's name written in Bengali script."
|
||||
|
||||
|
||||
//////////////////////
|
||||
|
||||
* identifier 1..*
|
||||
* identifier ^slicing.discriminator.type = #value
|
||||
* identifier ^slicing.discriminator.path = "system"
|
||||
* identifier ^slicing.rules = #open
|
||||
* identifier ^slicing.ordered = false
|
||||
* identifier ^slicing.description = "Slice based on the type of identifier."
|
||||
* identifier contains
|
||||
NID 0..1 and
|
||||
BRN 0..1 and
|
||||
UID 0..1
|
||||
|
||||
* identifier[NID].system = "http://dghs.gov.bd/identifier/nid"
|
||||
* identifier[NID].type.coding.code = #NID
|
||||
* identifier[NID].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
|
||||
* identifier[NID].type from BangladeshIdentifierTypeVS (extensible)
|
||||
* identifier[NID].type.text = "Organization identifier"
|
||||
* identifier[NID].value = "Personal identifier National ID"
|
||||
|
||||
// Then in your profile:
|
||||
// * identifier.type from BangladeshIdentifierTypeVS (extensible)
|
||||
|
||||
* identifier[BRN].system = "http://dghs.gov.bd/identifier/brn"
|
||||
* identifier[BRN].type.coding.code = #BRN
|
||||
* identifier[BRN].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
|
||||
* identifier[BRN].type from BangladeshIdentifierTypeVS (extensible)
|
||||
* identifier[BRN].type.text = "Organization identifier"
|
||||
* identifier[BRN].value = "Personal identifier Birth Registration"
|
||||
|
||||
|
||||
* identifier[UID].system = "http://dghs.gov.bd/identifier/uid"
|
||||
* identifier[UID].type.coding.code = #UID
|
||||
* identifier[UID].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
|
||||
* identifier[UID].type from BangladeshIdentifierTypeVS (extensible)
|
||||
* identifier[UID].type.text = "Organization identifier"
|
||||
* identifier[UID].value = "Personal identifier"
|
||||
|
||||
|
||||
// Mark elements as MustSupport
|
||||
// * name and name.given and name.family MS
|
||||
// * name ^short = "dak nam"
|
||||
// * name ^definition = "Official name (i.e., legal name) of the patient, corresponding to official in [this value set](https://www.hl7.org/fhir/valueset-name-use.html)."
|
||||
|
||||
// The contents of ^comment are also displayed on the "Detailed Descriptions" tab
|
||||
// in the built Implementation Guide.
|
||||
* birthDate ^comment = "If exact date of birth is partially or completely unknown, Implementers SHALL populate this element with the date of birth information listed on the patient's government-issued identification."
|
||||
|
||||
// Do not allow gender to be included.
|
||||
* gender 1..1
|
||||
// * include codes from system http://hl7.org/fhir/ValueSet/administrative-gender
|
||||
|
||||
|
||||
// Require a value from a specific value set be used for an element
|
||||
* maritalStatus from http://hl7.org/fhir/ValueSet/marital-status
|
||||
|
||||
// Restrict something[x] to a specific type -- in this case only allowing dateTime to be used
|
||||
* deceased[x] only dateTime
|
||||
|
||||
// Religion using standard HL7 extension
|
||||
* extension contains http://hl7.org/fhir/StructureDefinition/patient-religion named religion 0..1
|
||||
* extension[religion] ^short = "ধর্ম (Religion)"
|
||||
* extension[religion] ^definition = "The patient's religious affiliation."
|
||||
* extension[religion].valueCodeableConcept from http://hl7.org/fhir/ValueSet/religious-affiliation
|
||||
BIN
local-template/content/.index.db
Normal file
BIN
local-template/content/.index.db
Normal file
Binary file not shown.
4
local-template/content/.index.json
Normal file
4
local-template/content/.index.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"index-version" : 2,
|
||||
"files" : []
|
||||
}
|
||||
BIN
local-template/content/assets/.index.db
Normal file
BIN
local-template/content/assets/.index.db
Normal file
Binary file not shown.
4
local-template/content/assets/.index.json
Normal file
4
local-template/content/assets/.index.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"index-version" : 2,
|
||||
"files" : []
|
||||
}
|
||||
BIN
local-template/content/assets/images/.index.db
Normal file
BIN
local-template/content/assets/images/.index.db
Normal file
Binary file not shown.
4
local-template/content/assets/images/.index.json
Normal file
4
local-template/content/assets/images/.index.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"index-version" : 2,
|
||||
"files" : []
|
||||
}
|
||||
BIN
local-template/includes/.index.db
Normal file
BIN
local-template/includes/.index.db
Normal file
Binary file not shown.
4
local-template/includes/.index.json
Normal file
4
local-template/includes/.index.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"index-version" : 2,
|
||||
"files" : []
|
||||
}
|
||||
BIN
local-template/package/.index.db
Normal file
BIN
local-template/package/.index.db
Normal file
Binary file not shown.
4
local-template/package/.index.json
Normal file
4
local-template/package/.index.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"index-version" : 2,
|
||||
"files" : []
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user