GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. 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/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Example Prestador Individual - 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 "example-PrestadorIndividual"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestadorIndFalp"^^xsd:anyURI ;
fhir:link <https://falp.cl/fhir/ig/corefalp/StructureDefinition/PrestadorIndFalp>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-PrestadorIndividual</b></p><a name=\"example-PrestadorIndividual\"> </a><a name=\"hcexample-PrestadorIndividual\"> </a><a name=\"example-PrestadorIndividual-es-CL\"> </a><p><b>Nombre de la mensión de su titulo profesional</b>: NEFROLOGO</p><p><b>identifier</b>: RUN/15.666.378-2</p><p><b>name</b>: Pedro Gonzaléz </p><p><b>address</b>: null </p><p><b>birthDate</b>: 1980-12-25</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://falp.cl/fhir/ig/corefalp/StructureDefinition/Mension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NEFROLOGO" ]
  ] ) ; # 
  fhir:identifier ( [
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 "15.666.378-2" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Gonzaléz" ] ;
    ( fhir:given [ fhir:v "Pedro" ] )
  ] ) ; # 
  fhir:address ( [
fhir:state [
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13" ]           ] )         ]       ] )     ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "1980-12-25"^^xsd:date] . #