Data Management with FHIR - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées
| Active as of 2026-07-11 |
@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/DpiEncounterType> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "DpiEncounterType"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem DpiEncounterType</b></p><a name=\"DpiEncounterType\"> </a><a name=\"hcDpiEncounterType\"> </a><p>This case-insensitive code system <code>https://aphp.github.io/IG-fhir-dm/CodeSystem/DpiEncounterType</code> defines the following codes dans une hiérarchie Grouped By:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Affichage</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"DpiEncounterType-1\"> </a></td><td>Hospitalisation complète</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"DpiEncounterType-2\"> </a></td><td>Consultation/acte externe</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"DpiEncounterType-3\"> </a></td><td>Passage aux urgences (sans hospitalisation)</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"DpiEncounterType-4\"> </a></td><td>Hospitalisation de jour</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"DpiEncounterType-5\"> </a></td><td>Chirurgie ambulatoire</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://aphp.github.io/IG-fhir-dm/CodeSystem/DpiEncounterType"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "DpiEncounterType"] ;
fhir:CodeSystem.title [ fhir:value "DPI Type de séjour"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-11T15:40:47+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "AP-HP"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "AP-HP" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://aphp.fr" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "CodeSystem des types de séjour"] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "FR" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.hierarchyMeaning [ fhir:value "grouped-by"] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Hospitalisation complète" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Consultation/acte externe" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Passage aux urgences (sans hospitalisation)" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Hospitalisation de jour" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "5" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Chirurgie ambulatoire" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/DpiEncounterType.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/DpiEncounterType.ttl> .
IG © 2023+ AP-HP. Package aphp.fhir.fr.dm#0.1.0 based on FHIR 4.0.1. Generated 2026-07-11
Links: Table of Contents |
QA Report
| New Issue
|