Finnish Base Profiles
1.0.0-rc2 - ballot Finland flag

Finnish Base Profiles - Local Development build (v1.0.0-rc2). See the Directory of published versions

: ScheduleExample - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Schedule;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ScheduleExample"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-schedule";
       fhir:index 0;
       fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-schedule>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Schedule</b><a name=\"ScheduleExample\"> </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 Schedule &quot;ScheduleExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-schedule.html\">FI Base Schedule</a></p></div><p><b>identifier</b>: id: 45 (use: USUAL)</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#17)</span></p><p><b>serviceType</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#124)</span></p><p><b>specialty</b>: General medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394802001)</span></p><p><b>actor</b>: <a href=\"Location-LocationExample.html\">Location/LocationExample</a> &quot;Kirurgian poliklinikka&quot;</p><p><b>planningHorizon</b>: 2023-01-01 09:15:00+0000 --&gt; 2033-12-25 09:30:00+0000</p></div>"
  ]; # 
  fhir:Schedule.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.system [ fhir:value "http://example.org/scheduleid" ];
     fhir:Identifier.value [ fhir:value "45" ]
  ]; # 
  fhir:Schedule.active [ fhir:value "true"^^xsd:boolean]; # 
  fhir:Schedule.serviceCategory [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:17;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "17" ];
       fhir:Coding.display [ fhir:value "General Practice" ]     ]
  ]; # 
  fhir:Schedule.serviceType [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:124;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "124" ];
       fhir:Coding.display [ fhir:value "General Practice" ]     ]
  ]; # 
  fhir:Schedule.specialty [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:394802001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "394802001" ];
       fhir:Coding.display [ fhir:value "General medicine" ]     ]
  ]; # 
  fhir:Schedule.actor [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Location/LocationExample" ]
  ]; # 
  fhir:Schedule.planningHorizon [
     fhir:Period.start [ fhir:value "2023-01-01T09:15:00Z"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2033-12-25T09:30:00Z"^^xsd:dateTime ]
  ]. # 

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

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