ResMed Core Implementation Guide
0.37.0 - ci-build International flag

ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: exemple-organisation-hopitalTest-05122019 - 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 "exemple-organisation-hopitalTest-05122019"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopsante.org/fhir/StructureDefinition/FrOrganization"^^xsd:anyURI ;
fhir:link <http://interopsante.org/fhir/StructureDefinition/FrOrganization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"exemple-organisation-hopitalTest-05122019\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;exemple-organisation-hopitalTest-05122019&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fr-organization.html\">ResMed FrOrganization</a></p></div><p><b>identifier</b>: FINESS d'entité juridique: 1330780321</p><p><b>active</b>: true</p><p><b>type</b>: Entité légale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystem-Types-organisations-IS.html\">ResMed French Types of Organizations</a>#LEGAL-ENTITY)</span>, Etablissement public de santé <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-TRE-R02-SecteurActivite.html\">ResMed French Secteur d'activité</a>#SA01)</span></p><p><b>name</b>: Hôpital Test</p><p><b>telecom</b>: ph: 022-655 6700</p><p><b>address</b>: 12 rue St hélier, Rennes, Bretagne  35000</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#ADMIN)</span></td><td>Mr Jean Vallant</td><td>ph: 022-655 7601, <a href=\"mailto:j.vallant@hopitaltest.fr\">j.vallant@hopitaltest.fr</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FINEJ" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:1.2.250.1.71.4.2.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1330780321" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-3307"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LEGAL-ENTITY" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R02-SecteurActivite/FHIR/TRE-R02-SecteurActivite"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SA01" ] ;
fhir:display [ fhir:v "Etablissement public de santé" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Hôpital Test"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "022-655 6700" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "12 rue St hélier, Rennes, Bretagne  35000" ] ;
    ( fhir:line [ fhir:v "12 rue St hélier" ] ) ;
fhir:city [ fhir:v "Rennes" ] ;
fhir:postalCode [ fhir:v "35000" ]
  ] ) ; # 
  fhir:contact ( [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ]       ] )     ] ;
fhir:name [
fhir:text [ fhir:v "Mr Jean Vallant" ]     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "022-655 7601" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "j.vallant@hopitaltest.fr" ]     ] )
  ] ) . #