@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 -------------------------------------------------------------------

<http://resmed.com/fhir/core/Organization/exemple-organisation-cardiologie-11122019> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "exemple-organisation-cardiologie-11122019"] ; # 
  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 "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"exemple-organisation-cardiologie-11122019\"> </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-cardiologie-11122019&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fr-organization.html\">ResMed FrOrganization</a></p></div><p><b>Period</b>: 2012-01-01 --&gt; 2020-05-01</p><p><b>identifier</b>: Identifiant interne: Id-Service-Cardio</p><p><b>active</b>: true</p><p><b>type</b>: Médical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystem-Types-organisations-IS.html\">ResMed French Types of Organizations</a>#MEDICAL)</span></p><p><b>name</b>: Service de cardiologie, Hôpital Test</p><p><b>telecom</b>: ph: 022-655 6781, <a href=\"mailto:pneumo@hopitalTest.fr\">pneumo@hopitalTest.fr</a></p><p><b>address</b>: Aile ouest, étage 4 </p><p><b>partOf</b>: <a href=\"Organization-exemple-organisation-hopitalTest-05122019.html\">Organization/exemple-organisation-hopitalTest-05122019</a> &quot;Hôpital Test&quot;</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><td><b>Address</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>Mme Stephanie Carty</td><td>ph: 022-655 7656, <a href=\"mailto:s.cartyl@hopitaltest.fr\">s.cartyl@hopitaltest.fr</a></td><td>Aile ouest, 4° étage </td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/organization-period"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Period ;
       fhir:start [ fhir:v "2012-01-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2020-05-01"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "INTRN" ] ;
         fhir:display [ fhir:v "Identifiant interne" ]
       ] )
     ] ;
     fhir:system [ fhir:v "urn:oid:1.2.250.1.71.4.2.2.1330780321.3"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "Id-Service-Cardio" ]
  ] ) ; # 
  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 "MEDICAL" ] ;
       fhir:display [ fhir:v "Médical" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Service de cardiologie, Hôpital Test"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "022-655 6781" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "pneumo@hopitalTest.fr" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
     fhir:line ( [ fhir:v "Aile ouest, étage 4" ] )
  ] ) ; # 
  fhir:partOf [
     fhir:link <http://resmed.com/fhir/core/Organization/exemple-organisation-hopitalTest-05122019> ;
     fhir:reference [ fhir:v "Organization/exemple-organisation-hopitalTest-05122019" ]
  ] ; # 
  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 "Mme Stephanie Carty" ]
     ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "022-655 7656" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "s.cartyl@hopitaltest.fr" ]
     ] ) ;
     fhir:address [
       fhir:line ( [ fhir:v "Aile ouest, 4° étage" ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

