This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Example CodeSystem/endpoint-environment (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemEndpointEnvironment
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem ;
fhir:id [ fhir:v "endpoint-environment"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "pa" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:value [ fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:value [ fhir:v "0" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/endpoint-environment"], [ fhir:v "http://hl7.org/fhir/endpoint-environment"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2041" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2041" ]
] ) ;
fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:name [ fhir:v "EndpointEnvironment"], [ fhir:v "EndpointEnvironment"] ;
fhir:title [ fhir:v "Endpoint Environment"], [ fhir:v "Endpoint Environment"] ;
fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"], [ fhir:v "2021-01-05T10:01:24+11:00"] ;
fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
fhir:description [ fhir:v "The environment type of the endpoint."], [ 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" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
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"] ;
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." ]
] ) .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.