Receta Digital Interoperable Argentina
0.2.5 - ci-build

Receta Digital Interoperable Argentina - Local Development build (v0.2.5). See the Directory of published versions

: RDIar: Ejemplo de Datos de Lugar - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploDatosLugar"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.msal.gob.ar/RDI/StructureDefinition/datosLugarAR"^^xsd:anyURI ;
fhir:link <http://fhir.msal.gob.ar/RDI/StructureDefinition/datosLugarAR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Hospital De La Plata - Sector 5</div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://refes.msal.gob.ar"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
  ] ) ; # 
  fhir:name [ fhir:v "Hospital De La Plata - Sector 5"] ; # 
  fhir:address [
    ( fhir:line [ fhir:v "CALLE 34 NRO 2023" ] ) ;
fhir:city [ fhir:v "LA PLATA" ] ;
fhir:state [ fhir:v "BUENOS AIRES" ] ;
fhir:postalCode [ fhir:v "2000" ]
  ] . #