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
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 "dm-omop-cdm-v20240229"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CodeSystem dm-omop-cdm-v20240229</b></p><a name=\"dm-omop-cdm-v20240229\"> </a><a name=\"hcdm-omop-cdm-v20240229\"> </a><p>This case-insensitive code system <code>https://aphp.github.io/IG-fhir-dm/CodeSystem/dm-omop-cdm-v20240229</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\">8507<a name=\"dm-omop-cdm-v20240229-8507\"> </a></td><td>MALE</td></tr><tr><td style=\"white-space:nowrap\">8532<a name=\"dm-omop-cdm-v20240229-8532\"> </a></td><td>FEMALE</td></tr></table></div>"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://aphp.github.io/IG-fhir-dm/CodeSystem/dm-omop-cdm-v20240229"^^xsd:anyURI ; fhir:l <https://aphp.github.io/IG-fhir-dm/CodeSystem/dm-omop-cdm-v20240229> ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "DMOmopCDMv20240229"] ; # fhir:title [ fhir:v "Observational Medical Outcomes Partnership (OMOP)"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2024-03-01"^^xsd:date] ; # 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 "Type de séjour"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "FR" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v false] ; # fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "8507" ] ; fhir:display [ fhir:v "MALE" ] ] [ fhir:code [ fhir:v "8532" ] ; fhir:display [ fhir:v "FEMALE" ] ] ) . #