Resumen Clínicos de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínicos de Pacientes Embarazadas Chile, published by HL7 Chile. 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/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Ejemplo de Prestador Medicina Familiar CL - IPS - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PrestadorClIpsEjemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Prestador-embarazo-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Prestador-embarazo-cl-ips>     ] )
  ] ; # 
  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: Practitioner PrestadorClIpsEjemplo</b></p><a name=\"PrestadorClIpsEjemplo\"> </a><a name=\"hcPrestadorClIpsEjemplo\"> </a><a name=\"PrestadorClIpsEjemplo-es-CL\"> </a><p><b>identifier</b>: RUN/12829325-k (use: official, )</p><p><b>name</b>: Catalina Alexandra Donoso (Official)</p><p><b>telecom</b>: <a href=\"mailto:DraCatalinaAle@hotmail.com\">DraCatalinaAle@hotmail.com</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "RUN" ]       ] )     ] ;
fhir:value [ fhir:v "12829325-k" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Donoso" ] ;
    ( fhir:given [ fhir:v "Catalina" ] [ fhir:v "Alexandra" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "DraCatalinaAle@hotmail.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #