Skip to content
View Young199812's full-sized avatar
  • Iloco

Block or report Young199812

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Young199812/README.MD

HTML

Decide on an exercise name - in this example, the exercise name is patient-with-references.

Full URL

To use the full server URL of a resource, use class="<exercise>-location-full" id="<html resource tag>" - you can use this on any HTML element. For example,

<note class="patient-with-references-location-full" id="rf-patient"><i>press Upload to get a Patient</i></note>

Server-assigned Resource ID only

To use the server ID only, use class="<exercise>-serverid" id="<html resource tag>".

Base server URL

To use the base URL only, use class="<exercise>-baseurl" id="<html resource tag>".

Embedding XML resources

To embed XML inside a page and get syntax highlighting, use these tags:

<textarea class="fhir-resource-xml">
//my FHIR XML here
</textarea> 

Embedding JSON resources

To embed JSON inside a page and get syntax highlighting, use these tags:

<textarea class="fhir-resource-json">
// my FHIR JSON here
</textarea> 

Javascript

To upload your resources, use the uploadFiles("<exercise>", servers.<pick a server>, [an array of arrays with the html resource tag and the file location]). For example:

uploadFiles("patient-with-references", servers.hapi3, [
    ["rf-patient", "resource-examples/Patient-f001.json"],
    ["rf-encounter", "resource-examples/Encounter-f001.json"],
    ["rf-procedurerequest", "resource-examples/ProcedureRequest-f001.json"],
    ["rf-observation1", "resource-examples/Observation-f001.json"],
    ["rf-observation2", "resource-examples/Observation-f002.json"],
    ["rf-diagnosticreport", "resource-examples/DiagnosticReport-f001.json"]]);

Code examples

Use this template to add C# and Java code examples:

<div class="mdl-tabs mdl-js-tabs mdl-js-ripple-effect">
	<div class="mdl-tabs__tab-bar">
		<a href="#csharp-panel" class="mdl-tabs__tab is-active csharp">C#</a>
		<a href="#java-panel" class="mdl-tabs__tab java">Java</a>
	</div>

	<div class="mdl-tabs__panel is-active" id="csharp-panel">
		<textarea class="csharp-code">
// C# code here
		</textarea>
	</div>
	<div class="mdl-tabs__panel" id="java-panel">
		<textarea class="java-code">
// Java code here
		</textarea>
	</div>
</div>

Pinned Loading

  1. barnaclefuz barnaclefuz Public

    КПО ИДЗ Модуль 4. Дадыков Артемий, БПИ225.

    Java

  2. carnival carnival Public

  3. musicale musicale Public

    JavaScript

  4. Young199812 Young199812 Public

    Young199812 is a ✨special ✨ repository

    HTML