Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.0 - draft Chile flag

Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions

: Parametros de entrada para la operación $ihe-pix - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ParametroEntradaIhe-PIXm"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ParametrosEntradaPixmMpi"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ParametrosEntradaPixmMpi>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "sourceIdentifier" ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.22.0.2.102100.50.10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ACL123456789876" ]     ]
  ] ) . #