eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: appointmentGroupId - TTL Representation

Active as of 2021-05-06

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:SearchParameter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ehealth-appointment-search-groupId"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"ehealth-appointment-search-groupId\"> </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 SearchParameter \"ehealth-appointment-search-groupId\" </p></div><p><b>url</b>: <code>http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/groupId</code></p><p><b>version</b>: 2.3.0</p><p><b>name</b>: appointmentGroupId</p><p><b>status</b>: active</p><p><b>date</b>: 2021-05-06 08:31:20+0000</p><p><b>publisher</b>: Systematic | Trifork</p><p><b>contact</b>: Systematic | Trifork: <a href=\"http://ehealth.sundhed.dk\">http://ehealth.sundhed.dk</a></p><p><b>description</b>: Search parameter for finding resources based on group id</p><p><b>code</b>: appointmentGroupId</p><p><b>base</b>: Appointment</p><p><b>type</b>: string</p><p><b>expression</b>: Appointment.extension('http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-group-id')</p><p><b>xpathUsage</b>: normal</p></div>"
  ];
  fhir:SearchParameter.url [ fhir:value "http://ehealth.sundhed.dk/fhir/SearchParameter/Appointment/groupId"];
  fhir:SearchParameter.version [ fhir:value "2.3.0"];
  fhir:SearchParameter.name [ fhir:value "appointmentGroupId"];
  fhir:SearchParameter.status [ fhir:value "active"];
  fhir:SearchParameter.date [ fhir:value "2021-05-06T08:31:20+00:00"^^xsd:dateTime];
  fhir:SearchParameter.publisher [ fhir:value "Systematic | Trifork"];
  fhir:SearchParameter.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:SearchParameter.description [ fhir:value "Search parameter for finding resources based on group id"];
  fhir:SearchParameter.code [ fhir:value "appointmentGroupId"];
  fhir:SearchParameter.base [
     fhir:value "Appointment";
     fhir:index 0
  ];
  fhir:SearchParameter.type [ fhir:value "string"];
  fhir:SearchParameter.expression [ fhir:value "Appointment.extension('http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-group-id')"];
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"].

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

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