Skip to content
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Requirements-fromNarrative.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"resourceType" : "Requirements",
"id" : "fromNarrative",
"url" : "https://interop.esante.gouv.fr/ig/fhir/pdlgc/Requirements/fromNarrative",
"name" : "FromNarrative",
"title" : "Narrative Conformance Statements",
"status" : "active",
"experimental" : false,
"description" : "Conformance statements found throughout the narrative of the IG consolidated into this computable resource for traceability purposes"
}
3 changes: 2 additions & 1 deletion _build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ GOTO collectArgs

echo ---------------------------------------------------------------
ECHO Checking internet connection...
PING tx.fhir.org -4 -n 1 -w 4000 >nul 2>&1 && SET "online_status=true" || SET "online_status=false"
powershell -Command "try { $r=[System.Net.WebRequest]::Create('https://tx.fhir.org/r4/metadata'); $r.Timeout=4000; $r.GetResponse().Close(); exit 0 } catch { exit 1 }"
IF %ERRORLEVEL% EQU 0 (SET "online_status=true") ELSE (SET "online_status=false")

IF "%online_status%"=="true" (
ECHO We are online and tx.fhir.org is available.
Expand Down
Loading
Loading