@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/document-entry-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "document-entry-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 document-entry-type</b></p><a name=\"document-entry-type\"> </a><a name=\"hcdocument-entry-type\"> </a><a name=\"document-entry-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/document-entry-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1-current"] ; # 
  fhir:name [ fhir:v "DocumentEntryType"] ; # 
  fhir:title [ fhir:v "Document Entry 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 "- [Switzerland DocumentEntry.typeCode](https://fhir.ch/ig/ch-term/3.0.0/ValueSet-DocumentEntry.typeCode.html)\n- [Digital Health and Care Scotland - (EH4001) CLINICAL DOCUMENT INDEXING STANDARDS ](https://www.digihealthcare.scot/app/uploads/2024/05/CDI-Standard-V4.5-FINAL.pdf)\n- [UKCore DocumentType](https://simplifier.net/HL7FHIRUKCoreR4/ValueSet-UKCore-DocumentType), NHS England Terminology Browser [Refset 1127551000000109](https://termbrowser.nhs.uk/?perspective=full&conceptId1=1127551000000109&edition=uk-edition&release=v20240731&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104)\n- NHS England Data Dictionary [IMAGING CODE (SNOMED CT)](https://www.datadictionary.nhs.uk/data_elements/imaging_code__snomed_ct_.html)\n  - NHS England Terminology Browser [Refset 999001111000000105](https://termbrowser.nhs.uk/?perspective=full&conceptId1=999001111000000105&edition=uk-edition&release=v20240731&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104)\n- NHS England [National Interim Clinical Imaging Procedure code set](https://nhsengland.kahootz.com/t_c_home/view?objectID=45878224) which mentions a **ConceptMap** to SNOMED CT (according Data Dictionary for Care (DD4C) NICIP, and the SNOMED refset are all referring to the same procedures)\n  - NHS England Data Dictionary [IMAGING CODE (SNOMED CT)](https://www.datadictionary.nhs.uk/data_elements/imaging_code__snomed_ct_.html)\n  - NHS England Terminology Browser [Refset 999001111000000105](https://termbrowser.nhs.uk/?perspective=full&conceptId1=999001111000000105&edition=uk-edition&release=v20240731&server=https://termbrowser.nhs.uk/sct-browser-api/snomed&langRefset=999001261000000100,999000691000001104)"] ; # 
  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" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

