@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/4.0/CodeSystem/endpoint-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "endpoint-status"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem endpoint-status</b></p><a name=\"endpoint-status\"> </a><a name=\"hcendpoint-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/endpoint-status</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\">active<a name=\"endpoint-status-active\"> </a></td><td>Active</td><td>This endpoint is expected to be active and can be used.</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"endpoint-status-suspended\"> </a></td><td>Suspended</td><td>This endpoint is temporarily unavailable.</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"endpoint-status-error\"> </a></td><td>Error</td><td>This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken.</td></tr><tr><td style=\"white-space:nowrap\">off<a name=\"endpoint-status-off\"> </a></td><td>Off</td><td>This endpoint is no longer to be used.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"endpoint-status-entered-in-error\"> </a></td><td>Entered in error</td><td>This instance should not have been part of this patient's medical record.</td></tr><tr><td style=\"white-space:nowrap\">test<a name=\"endpoint-status-test\"> </a></td><td>Test</td><td>This endpoint is not intended for production usage.</td></tr></table></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 2
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4.r4b"
       ]
     ] [
       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-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "EndpointStatus"] ; # 
  fhir:title [ fhir:v "EndpointStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-11-01T08:29:23+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 status 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-status|4.3.0"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/endpoint-status|4.3.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "active" ] ;
     fhir:display [ fhir:v "Active" ] ;
     fhir:definition [ fhir:v "This endpoint is expected to be active and can be used." ]
  ] [
     fhir:code [ fhir:v "suspended" ] ;
     fhir:display [ fhir:v "Suspended" ] ;
     fhir:definition [ fhir:v "This endpoint is temporarily unavailable." ]
  ] [
     fhir:code [ fhir:v "error" ] ;
     fhir:display [ fhir:v "Error" ] ;
     fhir:definition [ fhir:v "This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken." ]
  ] [
     fhir:code [ fhir:v "off" ] ;
     fhir:display [ fhir:v "Off" ] ;
     fhir:definition [ fhir:v "This endpoint is no longer to be used." ]
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered in error" ] ;
     fhir:definition [ fhir:v "This instance should not have been part of this patient's medical record." ]
  ] [
     fhir:code [ fhir:v "test" ] ;
     fhir:display [ fhir:v "Test" ] ;
     fhir:definition [ fhir:v "This endpoint is not intended for production usage." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

