Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.9 - 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.9 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 $match - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Parameters/ParametroEntradaIhe-PDQm> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ParametroEntradaIhe-PDQm"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ParametrosEntradaPDQmMpi" ;
       fhir:index 0 ;
       fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/ParametrosEntradaPDQmMpi>
     ]
  ] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "resource" ] ;
     fhir:Parameters.parameter.resource [
       a fhir:Patient ;
       fhir:Resource.id [ fhir:value "EjemploPacienteBusqueda" ] ;
       fhir:Resource.meta [
         fhir:Meta.profile [
           fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPacienteBusqueda" ;
           fhir:index 0 ;
           fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/nid/StructureDefinition/MINSALPacienteBusqueda>
         ]
       ] ;
       fhir:DomainResource.text [
         fhir:Narrative.status [ fhir:value "generated" ] ;
         fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient EjemploPaciente</b></p><a name=\"EjemploPaciente\"/><a name=\"hcEjemploPaciente\"> </a><a name=\"EjemploPaciente-es-CL\"/><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Andres Martinez (official) Male, DoB: 1981-11-10 ( RUN: 12216373-3 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+5694332547\">+5694332547</a></td></tr></table></div>"
       ] ;
       fhir:Patient.identifier [
         fhir:index 0 ;
         fhir:Identifier.use [ fhir:value "official" ] ;
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTipoIdentificador" ] ;
             fhir:Coding.code [ fhir:value "1" ] ;
             fhir:Coding.display [ fhir:value "RUN" ]
           ]
         ] ;
         fhir:Identifier.value [ fhir:value "12216373-3" ]
       ] ;
       fhir:Patient.active [ fhir:value "true"^^xsd:boolean ] ;
       fhir:Patient.name [
         fhir:index 0 ;
         fhir:HumanName.use [ fhir:value "official" ] ;
         fhir:HumanName.family [ fhir:value "Martinez" ] ;
         fhir:HumanName.given [
           fhir:value "Andres" ;
           fhir:index 0
         ]
       ] ;
       fhir:Patient.telecom [
         fhir:index 0 ;
         fhir:ContactPoint.system [ fhir:value "phone" ] ;
         fhir:ContactPoint.value [ fhir:value "+5694332547" ]
       ] ;
       fhir:Patient.gender [ fhir:value "male" ] ;
       fhir:Patient.birthDate [ fhir:value "1981-11-10"^^xsd:date ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "onlyCertainMatches" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 2 ;
     fhir:Parameters.parameter.name [ fhir:value "count" ] ;
     fhir:Parameters.parameter.valueInteger [ fhir:value "1"^^xsd:integer ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/ParametroEntradaIhe-PDQm.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/ParametroEntradaIhe-PDQm.ttl> .