openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: GeneralConsultationService - TTL Representation

Active as of 2020-01-01

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:ActivityDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "GeneralConsultationService"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-activitiy-definition";
       fhir:index 0;
       fhir:link <https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-activitiy-definition>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"GeneralConsultationService\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-activitiy-definition.html\">openIMIS ActivityDefinition</a></p></div><p><b>Unit Price (Medication|ActivityDefinition)</b>: <span title=\"Euro\">€40.00</span> (EUR)</p><p><b>url</b>: <code>https://openimis.github.io/openimis_fhir_r4_ig/ActivityDefinition/GeneralConsultationService</code></p><p><b>identifier</b>: Unique code: A1, UUID unique identifier: db2c3a6c-af07-49bd-8f6a-96aa1fc2bcf9</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: A1</p><p><b>title</b>: General Consultation</p><p><b>status</b>: active</p><p><b>date</b>: 2020-01-01</p><p><b>publisher</b>: openIMIS Initiative</p><p><b>contact</b>: openIMIS Initiative: <a href=\"https://www.openimis.org\">https://www.openimis.org</a>, Dragos Dobre: <a href=\"mailto:[email protected]\">[email protected]</a></p><p><b>topic</b>: Preventive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-activity-definition-service-type.html\">Service Type (ActivityDefinition)</a>#P)</span></p><p><b>timing</b>: Do Once per 0 days</p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/unit-price" ];
     fhir:Extension.valueMoney [
       fhir:Money.value [ fhir:value "40"^^xsd:decimal ];
       fhir:Money.currency [ fhir:value "EUR" ]     ]
  ];
  fhir:ActivityDefinition.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/ActivityDefinition/GeneralConsultationService"];
  fhir:ActivityDefinition.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers" ];
         fhir:Coding.code [ fhir:value "Code" ]       ]     ];
     fhir:Identifier.value [ fhir:value "A1" ]
  ], [
     fhir:index 1;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers" ];
         fhir:Coding.code [ fhir:value "UUID" ]       ]     ];
     fhir:Identifier.value [ fhir:value "db2c3a6c-af07-49bd-8f6a-96aa1fc2bcf9" ]
  ];
  fhir:ActivityDefinition.version [ fhir:value "1.0.0"];
  fhir:ActivityDefinition.name [ fhir:value "A1"];
  fhir:ActivityDefinition.title [ fhir:value "General Consultation"];
  fhir:ActivityDefinition.status [ fhir:value "active"];
  fhir:ActivityDefinition.date [ fhir:value "2020-01-01"^^xsd:date];
  fhir:ActivityDefinition.publisher [ fhir:value "openIMIS Initiative"];
  fhir:ActivityDefinition.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "openIMIS Initiative" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.openimis.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Dragos Dobre" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "[email protected]" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:ActivityDefinition.useContext [
     fhir:index 0;
     fhir:UsageContext.code [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ];
       fhir:Coding.code [ fhir:value "venue" ];
       fhir:Coding.display [ fhir:value "Clinical Venue" ]     ];
     fhir:UsageContext.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
         fhir:Coding.code [ fhir:value "AMB" ];
         fhir:Coding.display [ fhir:value "ambulatory" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:UsageContext.code [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ];
       fhir:Coding.code [ fhir:value "gender" ];
       fhir:Coding.display [ fhir:value "Gender" ]     ];
     fhir:UsageContext.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
         fhir:Coding.code [ fhir:value "male" ];
         fhir:Coding.display [ fhir:value "Male" ]       ], [
         fhir:index 1;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ];
         fhir:Coding.code [ fhir:value "female" ];
         fhir:Coding.display [ fhir:value "Female" ]       ]     ]
  ], [
     fhir:index 2;
     fhir:UsageContext.code [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/usage-context-type" ];
       fhir:Coding.code [ fhir:value "age" ];
       fhir:Coding.display [ fhir:value "Age" ]     ];
     fhir:UsageContext.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type" ];
         fhir:Coding.code [ fhir:value "adult" ];
         fhir:Coding.display [ fhir:value "Adult" ]       ], [
         fhir:index 1;
         fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/usage-context-age-type" ];
         fhir:Coding.code [ fhir:value "child" ];
         fhir:Coding.display [ fhir:value "Child" ]       ]     ]
  ];
  fhir:ActivityDefinition.topic [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/activity-definition-service-type" ];
       fhir:Coding.code [ fhir:value "P" ];
       fhir:Coding.display [ fhir:value "Preventive" ]     ]
  ];
  fhir:ActivityDefinition.timingTiming [
     fhir:Timing.repeat [
       fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ];
       fhir:Timing.repeat.period [ fhir:value "0"^^xsd:decimal ];
       fhir:Timing.repeat.periodUnit [ fhir:value "d" ]     ]
  ].

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

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