Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Laboratorio - Dispositivo - TTL Representation

Raw ttl | Descargar


@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 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 "Example-Device-lab-578bb60652df"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileDeviceHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileDeviceHCEU>     ] )
  ] ; # 
  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 Example-Device-lab-578bb60652df</b></p><a name=\"Example-Device-lab-578bb60652df\"> </a><a name=\"hcExample-Device-lab-578bb60652df\"> </a><a name=\"Example-Device-lab-578bb60652df-es-ES\"> </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\">Profile: <a href=\"StructureDefinition-ProfileDeviceHCEU.html\">HCEU - Device</a></p></div><p><b>identifier</b>: <code>http://devices.prestadores.minsalud.gov.co/</code>/578bb60652df (use: usual, )</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 706053000}\">Automated microbial identification system</span></p><p><b>location</b>: <a href=\"Location-Example-location-lab-781ef2f1daea.html\">Location Laboratorio Central</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://devices.prestadores.minsalud.gov.co/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "578bb60652df" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
a sct:706053000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "706053000" ] ;
fhir:display [ fhir:v "Automated microbial identification system" ]     ] )
  ] ; # 
  fhir:location [
fhir:reference [ fhir:v "Location/Example-location-lab-781ef2f1daea" ]
  ] . #