<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OrganizationExample001 - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OrganizationExample001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/OrganizationMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/OrganizationMED>     ] )
  ] ; # 
  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: Organization OrganizationExample001</b></p><a name=\"OrganizationExample001\"> </a><a name=\"hcOrganizationExample001\"> </a><a name=\"OrganizationExample001-en-US\"> </a><p><b>identifier</b>: CLAVE UNICA IDENTIFICACION TRIBUTARIA/30-71165287-2 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/OrganizationTypeCS prov}\">Healthcare Provider</span></p><p><b>name</b>: MEDICAIA HEALTHCARE</p><p><b>telecom</b>: <a href=\"tel:+543878887766\">+54 387 8887766</a></p><p><b>address</b>: Av Colonia 309, 9A</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Joel Gomez(Official)</td><td><a href=\"tel:+5199887766Opt.8\">+51 99887766 Opt. 8</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/TaxIdentifiersCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CUIT" ] ;
fhir:display [ fhir:v "CLAVE UNICA IDENTIFICACION TRIBUTARIA" ]       ] )     ] ;
fhir:system [ fhir:v "https://www.argentina.gob.ar/cuit"^^xsd:anyURI ] ;
fhir:value [ fhir:v "30-71165287-2" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/OrganizationTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "MEDICAIA HEALTHCARE"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+54 387 8887766" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Av Colonia 309, 9A" ] ;
fhir:country [ fhir:v "Argentina" ]
  ] ) ; # 
  fhir:contact ( [
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Joel Gomez" ] ;
fhir:family [ fhir:v "Gomez" ] ;
      ( fhir:given [ fhir:v "Joel" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+51 99887766 Opt. 8" ]     ] )
  ] ) . #