Données socles des Entrepôts de Données de Santé Hospitalier
0.1.0 - ci-build France (la) flag

Données socles des Entrepôts de Données de Santé Hospitalier - 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Provenance/f8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "f8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c"] ;
  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é : Provenance f8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c</b></p><a name=\"f8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c\"> </a><a name=\"hcf8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c\"> </a><p>Provenance pour <a href=\"StructureDefinition-edsh-observation-laboratory-tca.html\">StructureDefinition Temps de céphaline activée (TCA)</a></p><p>Résumé</p><table class=\"grid\"><tr><td>Occurrence</td><td>2025-03-27</td></tr><tr><td>Enregistré</td><td>2025-03-27 18:20:06+0100</td></tr><tr><td>Activité</td><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v3-DataOperation UPDATE}\">revise</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>qui</b></td></tr><tr><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>David Ouagne</td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/StructureDefinition/edsh-observation-laboratory-tca> ;
     fhir:Reference.reference [ fhir:value "StructureDefinition/edsh-observation-laboratory-tca" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2025-03-27"^^xsd:date] ;
  fhir:Provenance.recorded [ fhir:value "2025-03-27T18:20:06+01:00"^^xsd:dateTime] ;
  fhir:Provenance.reason [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "fixing QA assessment" ]
  ] ;
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
       fhir:Coding.code [ fhir:value "UPDATE" ]
     ]
  ] ;
  fhir:Provenance.agent [
     fhir:index 0 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "David Ouagne" ]
     ]
  ] .

<http://hl7.org/fhir/StructureDefinition/edsh-observation-laboratory-tca> a fhir:StructureDefinition .

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

<http://hl7.org/fhir/Provenance/f8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/f8a9b0c1-2d3e-4f5a-6b7c-8d9e0f1a2b3c.ttl> .