Search FHIR

FR Document Core (FHIR)
0.1.0 - ci-build France (la) flag

FR Document Core (FHIR), published by Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ansforge/interop-IG-fhir-document-core/ and changes regularly. See the Directory of published versions

: FR CodeSystem Note Type

Draft as of 2026-08-07

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/fr-cs-note-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fr-cs-note-type"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fr-cs-note-type</b></p><a name=\"en-fr-cs-note-type\"> </a><a name=\"en-hcfr-cs-note-type\"> </a><p>This  code system <code>https://interop.esante.gouv.fr/ig/fhir/document-core/CodeSystem/fr-cs-note-type</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\">finaliteExamen<a name=\"en-fr-cs-note-type-finaliteExamen\"> </a></td><td>Finalité de l'examen</td><td>Finalité de l'examen d'imagerie</td></tr><tr><td style=\"white-space:nowrap\">justificationDemande<a name=\"en-fr-cs-note-type-justificationDemande\"> </a></td><td>Justification de la demande</td><td>Justification de la demande d'examen d'imagerie</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://interop.esante.gouv.fr/ig/fhir/document-core/CodeSystem/fr-cs-note-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "FRCSNoteType"] ;
  fhir:CodeSystem.title [ fhir:value "FR CodeSystem Note Type"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-07T12:54:27+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://esante.gouv.fr" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "CodeSystem définissant les types d'informations associés aux notes d'une demande d'examen d'imagerie."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "FR" ] ;
       fhir:Coding.display [ fhir:value "France (la)" ]
     ]
  ] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "finaliteExamen" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Finalité de l'examen" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Finalité de l'examen d'imagerie" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "justificationDemande" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Justification de la demande" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Justification de la demande d'examen d'imagerie" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/fr-cs-note-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/fr-cs-note-type.ttl> .