FHIR implementation guide of AP-HP FormBuilder
1.0.0 - ci-build France flag

FHIR implementation guide of AP-HP FormBuilder - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Some application that might be considered as source for data management - TTL Representation

Active as of 2025-09-16

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SourceExample"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem SourceExample</b></p><a name=\"SourceExample\"> </a><a name=\"hcSourceExample\"> </a><p>This case-sensitive code system <code>https://aphp.fr/ig/fhir/formbuilder/CodeSystem/SourceExample</code> defines the following codes in a Grouped By hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">EHR1<a name=\"SourceExample-EHR1\"> </a></td><td>Addictologie</td></tr><tr><td style=\"white-space:nowrap\">EHR2<a name=\"SourceExample-EHR2\"> </a></td><td>Médecine Intensive et Réanimation</td></tr><tr><td style=\"white-space:nowrap\">LIS1<a name=\"SourceExample-LIS1\"> </a></td><td>Médecine d'Urgence</td></tr><tr><td style=\"white-space:nowrap\">PACS1<a name=\"SourceExample-PACS1\"> </a></td><td>Endocrinologie, Diabétologie et Nutrition</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://aphp.fr/ig/fhir/formbuilder/CodeSystem/SourceExample"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SourceExample"] ; # 
  fhir:title [ fhir:v "Some application that might be considered as source for data management"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-16T20:06:34+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "AP-HP"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "AP-HP" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://aphp.fr" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This CodeSystem contains source application uri considering one hospital information system"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FR" ] ;
fhir:display [ fhir:v "France" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "EHR1" ] ;
fhir:display [ fhir:v "Addictologie" ]
  ] [
fhir:code [ fhir:v "EHR2" ] ;
fhir:display [ fhir:v "Médecine Intensive et Réanimation" ]
  ] [
fhir:code [ fhir:v "LIS1" ] ;
fhir:display [ fhir:v "Médecine d'Urgence" ]
  ] [
fhir:code [ fhir:v "PACS1" ] ;
fhir:display [ fhir:v "Endocrinologie, Diabétologie et Nutrition" ]
  ] ) . #