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 Salida 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 "ParametroSalidaIhe-PIXm"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ParametrosSalidaPixmMpi"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ParametrosSalidaPixmMpi> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "targetIdentifier" ] ;
fhir:value [
a fhir:Identifier ;
fhir:use [ fhir:v "official" ] ;
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" ] ]
] [
fhir:name [ fhir:v "targetId" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/MinsalPacienteEjemplo" ] ]
] [
fhir:name [ fhir:v "targetId" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/DuplicadoMPIPaciente" ] ]
] ) . #