Data Management with FHIR
0.1.0 - ci-build France flag

Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Fibroscopie oeso-gastroduodénale de Madame Blanc - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fogd-cas-9"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMProcedure"^^xsd:anyURI ;
fhir:link <https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMProcedure>     ] )
  ] ; # 
  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é : Procédure fogd-cas-9</b></p><a name=\"fogd-cas-9\"> </a><a name=\"hcfogd-cas-9\"> </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\">Profil: <a href=\"StructureDefinition-DMProcedure.html\">Procedure</a></p></div><p><b>identifier</b>: <code>https://test.fr/acteId</code>/12</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/Ccam HEQE002}\">Endoscopie oeso-gastro-duodénale</span></p><p><b>subject</b>: <a href=\"Patient-cas-9.html\">Isabelle Blanc  Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</a></p><p><b>encounter</b>: <a href=\"Encounter-sejour-cas-9.html\">Encounter : identifier = Visit Number: 9; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-13 --&gt; 2024-10-14</a></p><p><b>performed</b>: 2024-01-14 07:00:00+0100</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Dr. Hépatologue</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://test.fr/acteId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://interop.aphp.fr/ig/fhir/dm/CodeSystem/Ccam"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HEQE002" ] ;
fhir:display [ fhir:v "Endoscopie oeso-gastro-duodénale" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cas-9" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/sejour-cas-9" ]
  ] ; # 
  fhir:performed [
a fhir:dateTime ;
fhir:v "2024-01-14T07:00:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "Dr. Hépatologue" ]     ]
  ] ) . #