@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/5.0/CodeSystem/endpoint-environment> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "endpoint-environment"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/endpoint-environment</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">prod\n                  <a name=\"endpoint-environment-prod\"> </a>\n                </td>\n                <td>Production</td>\n                <td>Production environment and is expected to contain real data and should be protected appropriately</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">staging\n                  <a name=\"endpoint-environment-staging\"> </a>\n                </td>\n                <td>Staging</td>\n                <td>Staging environment typically used while preparing for a release to production</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dev\n                  <a name=\"endpoint-environment-dev\"> </a>\n                </td>\n                <td>Development</td>\n                <td>Development environment used while building systems</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">test\n                  <a name=\"endpoint-environment-test\"> </a>\n                </td>\n                <td>Test</td>\n                <td>Test environment, it is not intended for production usage.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">train\n                  <a name=\"endpoint-environment-train\"> </a>\n                </td>\n                <td>Training</td>\n                <td>Training environment, it is not intended for production usage and typically contains data specifically prepared for training usage.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r5.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "pa"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/endpoint-environment"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "EndpointEnvironment"] ; # 
  fhir:title [ fhir:v "Endpoint Environment"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Administration"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Administration" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The environment type of the endpoint."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/endpoint-environment"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/endpoint-environment>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "prod" ] ;
     fhir:display [ fhir:v "Production" ] ;
     fhir:definition [ fhir:v "Production environment and is expected to contain real data and should be protected appropriately" ]
  ] [
     fhir:code [ fhir:v "staging" ] ;
     fhir:display [ fhir:v "Staging" ] ;
     fhir:definition [ fhir:v "Staging environment typically used while preparing for a release to production" ]
  ] [
     fhir:code [ fhir:v "dev" ] ;
     fhir:display [ fhir:v "Development" ] ;
     fhir:definition [ fhir:v "Development environment used while building systems" ]
  ] [
     fhir:code [ fhir:v "test" ] ;
     fhir:display [ fhir:v "Test" ] ;
     fhir:definition [ fhir:v "Test environment, it is not intended for production usage." ]
  ] [
     fhir:code [ fhir:v "train" ] ;
     fhir:display [ fhir:v "Training" ] ;
     fhir:definition [ fhir:v "Training environment, it is not intended for production usage and typically contains data specifically prepared for training usage." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

