@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 -------------------------------------------------------------------

<https://fhir.nhs.uk/England/RAD/ValueSet/facility-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "facility-type"] ; # 
  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: ValueSet facility-type</b></p><a name=\"facility-type\"> </a><a name=\"hcfacility-type\"> </a><a name=\"facility-type-en-GB\"> </a><p>This value set includes codes based on the following rules:</p><ul/></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.nhs.uk/England/RAD/ValueSet/facility-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1-current"] ; # 
  fhir:name [ fhir:v "FacilityType"] ; # 
  fhir:title [ fhir:v "Facility Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-06-10T07:39:07+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "NHS England"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "iti@ihe.net" ]
     ] )
  ] [
     fhir:name [ fhir:v "NHS England" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "iti@ihe.net" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "[ACTIVITY LOCATION TYPE CODE](https://www.datadictionary.nhs.uk/data_elements/activity_location_type_code.html)"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "GB" ] ;
       fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

