FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 0 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="endpoint-environment"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This code system
<code>http://hl7.org/fhir/endpoint-environment</code> defines the following codes:
</p>
<table class="codes">
<tr>
<td style="white-space:nowrap">
<b>Code</b>
</td>
<td>
<b>Display</b>
</td>
<td>
<b>Definition</b>
</td>
</tr>
<tr>
<td style="white-space:nowrap">prod
<a name="endpoint-environment-prod"> </a>
</td>
<td>Production</td>
<td>Production environment and is expected to contain real data and should be protected appropriately</td>
</tr>
<tr>
<td style="white-space:nowrap">staging
<a name="endpoint-environment-staging"> </a>
</td>
<td>Staging</td>
<td>Staging environment typically used while preparing for a release to production</td>
</tr>
<tr>
<td style="white-space:nowrap">dev
<a name="endpoint-environment-dev"> </a>
</td>
<td>Development</td>
<td>Development environment used while building systems</td>
</tr>
<tr>
<td style="white-space:nowrap">test
<a name="endpoint-environment-test"> </a>
</td>
<td>Test</td>
<td>Test environment, it is not intended for production usage.</td>
</tr>
<tr>
<td style="white-space:nowrap">train
<a name="endpoint-environment-train"> </a>
</td>
<td>Training</td>
<td>Training environment, it is not intended for production usage and typically contains data specifically prepared for training usage.</td>
</tr>
</table>
</div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="0"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r5.r4"/>
</extension>
<extension url="version">
<valueString value="0.0.1-snapshot-2"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</extension>
<url value="http://hl7.org/fhir/endpoint-environment"/>
<version value="5.0.0"/>
<name value="EndpointEnvironment"/>
<title value="Endpoint Environment"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-01-05T09:01:24+10:00"/>
<publisher value="Patient Administration"/>
<contact>
<name value="Patient Administration"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pafm"/>
</telecom>
</contact>
<description value="The environment type of the endpoint."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/endpoint-environment"/>
<content value="complete"/>
<concept>
<code value="prod"/>
<display value="Production"/>
<definition
value="Production environment and is expected to contain real data and should be protected appropriately"/>
</concept>
<concept>
<code value="staging"/>
<display value="Staging"/>
<definition
value="Staging environment typically used while preparing for a release to production"/>
</concept>
<concept>
<code value="dev"/>
<display value="Development"/>
<definition value="Development environment used while building systems"/>
</concept>
<concept>
<code value="test"/>
<display value="Test"/>
<definition
value="Test environment, it is not intended for production usage."/>
</concept>
<concept>
<code value="train"/>
<display value="Training"/>
<definition
value="Training environment, it is not intended for production usage and typically contains data specifically prepared for training usage."/>
</concept>
</CodeSystem>