LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Location - Kelly Clinic - 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:Resource.id [ fhir:value "KellyClinic"];
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id" ];
       fhir:Extension.valueString [ fhir:value "99999" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id" ];
       fhir:Extension.valueString [ fhir:value "b069a545-9506-40c6-8498-23de2e189143" ]     ];
     fhir:Meta.source [ fhir:value "http://acme-health.com/emr1" ];
     fhir:Meta.profile [
       fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-location";
       fhir:index 0;
       fhir:link <http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-location>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"KellyClinic\"> </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 Location \"KellyClinic\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-location.html\">CDM Location</a></p></div><p><b>identifier</b>: Source System Row Identifier: 7d5007d6-edd0-48b5-b34f-5c5f948b6d13(use: OFFICIAL), Tax ID number: 223338765(use: SECONDARY)</p><p><b>status</b>: active</p><p><b>name</b>: Kelly Clinic</p><p><b>mode</b>: instance</p><p><b>type</b>: Office <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-CMSPlaceofServiceCodes.html\">CMS Place of Service Codes (POS)</a>#11)</span></p><p><b>telecom</b>: ph: 214-555-2100(WORK), fax: 214-555-2101(WORK)</p><p><b>address</b>: 200 Main Street Irving TX 75014 US (WORK)</p><p><b>physicalType</b>: Building <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-location-physical-type.html\">Location type</a>#bu)</span></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: mon, tue, wed, thu</p><p><b>openingTime</b>: 17:00:00</p></blockquote><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: fri</p><p><b>openingTime</b>: 08:00:00</p><p><b>closingTime</b>: 12:00:00</p></blockquote><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: sat</p><p><b>openingTime</b>: 10:00:00</p><p><b>closingTime</b>: 15:00:00</p></blockquote></div>"
  ];
  fhir:Location.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ];
         fhir:Coding.code [ fhir:value "SSRI" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://acme-health.com/emr1/location" ];
     fhir:Identifier.value [ fhir:value "7d5007d6-edd0-48b5-b34f-5c5f948b6d13" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Acme Health - EMR1" ]     ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "secondary" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "TAX" ]       ]     ];
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.4" ];
     fhir:Identifier.value [ fhir:value "223338765" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "irs.gov" ]     ]
  ];
  fhir:Location.status [ fhir:value "active"];
  fhir:Location.name [ fhir:value "Kelly Clinic"];
  fhir:Location.mode [ fhir:value "instance"];
  fhir:Location.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set" ];
       fhir:Coding.code [ fhir:value "11" ];
       fhir:Coding.display [ fhir:value "Office" ]     ]
  ];
  fhir:Location.telecom [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/contactpoint-country" ];
       fhir:Extension.valueString [ fhir:value "1" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/contactpoint-extension" ];
       fhir:Extension.valueString [ fhir:value "100" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address" ];
       fhir:Extension.valueUrl [ fhir:value "tel:+12145552100;ext=100" ]     ];
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "214-555-2100" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/contactpoint-country" ];
       fhir:Extension.valueString [ fhir:value "1" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address" ];
       fhir:Extension.valueUrl [ fhir:value "tel:+12145552101" ]     ];
     fhir:ContactPoint.system [ fhir:value "fax" ];
     fhir:ContactPoint.value [ fhir:value "214-555-2101" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:Location.address [
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.line [
       fhir:value "200 Main Street";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Irving" ];
     fhir:Address.district [ fhir:value "Dallas" ];
     fhir:Address.state [ fhir:value "TX" ];
     fhir:Address.postalCode [ fhir:value "75014" ];
     fhir:Address.country [ fhir:value "US" ]
  ];
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ];
       fhir:Coding.code [ fhir:value "bu" ];
       fhir:Coding.display [ fhir:value "Building" ]     ]
  ];
  fhir:Location.hoursOfOperation [
     fhir:index 0;
     fhir:Location.hoursOfOperation.daysOfWeek [
       fhir:value "mon";
       fhir:index 0     ], [
       fhir:value "tue";
       fhir:index 1     ], [
       fhir:value "wed";
       fhir:index 2     ], [
       fhir:value "thu";
       fhir:index 3     ];
     fhir:Location.hoursOfOperation.openingTime [ fhir:value "17:00:00"^^xsd:time ]
  ], [
     fhir:index 1;
     fhir:Location.hoursOfOperation.daysOfWeek [
       fhir:value "fri";
       fhir:index 0     ];
     fhir:Location.hoursOfOperation.openingTime [ fhir:value "08:00:00"^^xsd:time ];
     fhir:Location.hoursOfOperation.closingTime [ fhir:value "12:00:00"^^xsd:time ]
  ], [
     fhir:index 2;
     fhir:Location.hoursOfOperation.daysOfWeek [
       fhir:value "sat";
       fhir:index 0     ];
     fhir:Location.hoursOfOperation.openingTime [ fhir:value "10:00:00"^^xsd:time ];
     fhir:Location.hoursOfOperation.closingTime [ fhir:value "15:00:00"^^xsd:time ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.