http://hl7.org/fhir/endpoint-environment|5.0.0
name
EndpointEnvironment
EndpointEnvironment
package
hl7.fhir.r5.core@5.0.0
hl7.fhir.r5.core@5.0.0
content
complete
complete
status
active
active
date
2021-01-04 23:01:24.0
2021-01-04 23:01:24.0
Endpoint Environment
The environment type of the endpoint.
{
"description" : "The environment type of the endpoint.",
"compose" : null,
"package" : "hl7.fhir.r5.core@5.0.0",
"date" : "2021-01-04T23:01:24Z",
"meta" : {
"profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated" : "2023-03-26T15:21:02.749+11:00"
},
"publisher" : "HL7 (FHIR Project)",
"jurisdiction" : [ {
"coding" : [ {
"code" : "001",
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display" : "World"
} ]
} ],
"content" : "complete",
"name" : "EndpointEnvironment",
"experimental" : false,
"resourceType" : "CodeSystem",
"title" : "Endpoint Environment",
"supliment" : null,
"extension" : [ {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pa"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
} ],
"status" : "active",
"id" : "19c91d31-2da1-5b27-98fc-5aab5db5656b",
"valueSet" : "http://hl7.org/fhir/ValueSet/endpoint-environment",
"url" : "http://hl7.org/fhir/endpoint-environment",
"identifier" : [ {
"value" : "urn:oid:2.16.840.1.113883.4.642.4.2041",
"system" : "urn:ietf:rfc:3986"
} ],
"concept" : [ {
"code" : "prod",
"display" : "Production",
"definition" : "Production environment and is expected to contain real data and should be protected appropriately"
}, {
"code" : "staging",
"display" : "Staging",
"definition" : "Staging environment typically used while preparing for a release to production"
}, {
"code" : "dev",
"display" : "Development",
"definition" : "Development environment used while building systems"
}, {
"code" : "test",
"display" : "Test",
"definition" : "Test environment, it is not intended for production usage."
}, {
"code" : "train",
"display" : "Training",
"definition" : "Training environment, it is not intended for production usage and typically contains data specifically prepared for training usage."
} ],
"caseSensitive" : true,
"version" : "5.0.0"
}