GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo dispositivos médicos - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjDispMedicos"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/DispMedicosFalp"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/DispMedicosFalp>     ] )
  ] ; # 
  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: Device EjDispMedicos</b></p><a name=\"EjDispMedicos\"> </a><a name=\"hcEjDispMedicos\"> </a><a name=\"EjDispMedicos-es-CL\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 2478003}\">Glass eye</span></p><p><b>patient</b>: <a href=\"Patient-EjPacienteinline.html\">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p></div>"
  ] ; # 
  fhir:type [
    ( fhir:coding [
a sct:2478003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2478003" ] ;
fhir:display [ fhir:v "Glass eye" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/EjPacienteinline" ]
  ] . #