Guide d'implémentation du médicament - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: code system Interop'Santé - Codes pour typer le rôle des UF par rapport à un séjour patient - TTL Representation
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 "fr-uf-role-codes"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
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 fr-uf-role-codes</b></p><a name=\"fr-uf-role-codes\"> </a><a name=\"hcfr-uf-role-codes\"> </a><a name=\"fr-uf-role-codes-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This code system <code>https://hl7.fr/ig/fhir/medication/CodeSystem/fr-uf-role-codes</code> defines the following codes:</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\">UFSOIN<a name=\"fr-uf-role-codes-UFSOIN\"> </a></td><td>UF de responsabilité des soins</td></tr><tr><td style=\"white-space:nowrap\">UFMED<a name=\"fr-uf-role-codes-UFMED\"> </a></td><td>UF de responsabilité médicale</td></tr><tr><td style=\"white-space:nowrap\">UFHEB<a name=\"fr-uf-role-codes-UFHEB\"> </a></td><td>UF d'hébergement</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://hl7.fr/ig/fhir/medication/CodeSystem/fr-uf-role-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "FrUFRoleCodes"] ; #
fhir:title [ fhir:v "code system Interop'Santé - Codes pour typer le rôle des UF par rapport à un séjour patient"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-05-05T10:03:44+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Interop'Santé"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Interop'Santé" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://interopsante.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Le système de codage pour les types de rôle qu'une UF peut avoir par rapport à un séjour patient."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "UFSOIN" ] ;
fhir:display [ fhir:v "UF de responsabilité des soins" ]
] [
fhir:code [ fhir:v "UFMED" ] ;
fhir:display [ fhir:v "UF de responsabilité médicale" ]
] [
fhir:code [ fhir:v "UFHEB" ] ;
fhir:display [ fhir:v "UF d'hébergement" ]
] ) . #