1.1 - release
SATIQ - Local Development build (v1.1). See the Directory of published versions
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "VSCentros"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>" ] ; # fhir:url [ fhir:v "https://www.hardineros.com.ar/satiq/fhir/ValueSet/VSCentros"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1"] ; # fhir:name [ fhir:v "VSCentros"] ; # fhir:title [ fhir:v "Centros participantes del programa SATI-Q"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-09-19T19:08:29-03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "SATI-Q"] ; # fhir:contact ( [ fhir:name [ fhir:v "SATI-Q" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.satiq.net.ar/" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "satiq@hardineros.com.ar" ] ] ) ] ) ; # fhir:description [ fhir:v "Centros participantes del programa SATI-Q"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "ARG" ] ; fhir:display [ fhir:v "Argentina" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "https://www.hardineros.com.ar/satiq/fhir/CodeSystem/CSCentros"^^xsd:anyURI ] ] ) ] . #