Test: Difference between revisions

From Endeavour Knowledge Base
No edit summary
No edit summary
Line 7: Line 7:
=== [https://im.endeavourhealth.net/viewer/#/concept/http%3A%2F%2Fendhealth.info%2Fim%23IriRef/ IriRef] ===
=== [https://im.endeavourhealth.net/viewer/#/concept/http%3A%2F%2Fendhealth.info%2Fim%23IriRef/ IriRef] ===
</span>A resource with an iri and name
</span>A resource with an iri and name
<syntaxhighlight>
Example
{@id : sn:12345, name : Chest pain }
</syntaxhighlight>
{| class="wikitable"
{| class="wikitable"
|+
|+

Revision as of 20:14, 20 September 2022

The first bit of the text

Basic shapes

These shapes are the meta classes of the named entities within the information model.

IrirRef

IriRef

A resource with an iri and name

Example 
{@id : sn:12345, name : Chest pain }
Property Card. Value type Description
A resource with an iri and name

Entity shape

EntityShape

The super class and data model for all named resources in the model i.e. the data model of the entities that are labelled with iri label and status

Property Card. Value type Description
The super class and data model for all named resources in the model i.e. the data model of the entities that are labelled with iri label and status

IriAlias

IriAlias

An IRI with a name and an alias (for use as variables for reference

Property Card. Value type Description
An IRI with a name and an alias (for use as variables for reference

Property shape

PropertyShape

data model for properties

Property Card. Value type Description
data model for properties

Query language shapes

These shapes form the query language DSL for retrieving data from the IM or health records.

QueryShape

QueryShape

A query that is stored as an entity in a query library

Property Card. Value type Description
A query that is stored as an entity in a query library

Query definition

QueryDefinition

A Query definition holding the logical definition of a query in a standard language

Property Card. Value type Description
A Query definition holding the logical definition of a query in a standard language

FunctionShape

FunctionShape

null

Property Card. Value type Description
null

Data Model shapes

These shapes are the meta classes of the data modelling entities within the information model.

Data model shape

DataModelShape

The meta class for a data model type, using a SHACL node shape for both definition and validation

Property Card. Value type Description
The meta class for a data model type, using a SHACL node shape for both definition and validation

Concept shapes

These shapes are the meta classes of the terminology concepts used within the information model.

Concept shape

ConceptShape

data model for terminology concepts

Property Card. Value type Description
data model for terminology concepts

Refined concept shape

RefinedConceptShape

A concept with role groups with roles

Property Card. Value type Description
A concept with role groups with roles

im:ConceptPropertyShape

ConceptPropertyShape

A concept that is a role in another concept and as a property may have domains and ranges

Property Card. Value type Description
A concept that is a role in another concept and as a property may have domains and ranges

Set shape

SetShape

data model for concept sets and value sets

Property Card. Value type Description
data model for concept sets and value sets

Transactional shapes

These shapes form the meta classes for structures pass into APIs for query of, or filing into, the model or health records.

EntityFileTransaction

EntityFileTransaction

An entity with the additional CRUD indicators to enable deletes updates, adding quads etc

Property Card. Value type Description
An entity with the additional CRUD indicators to enable deletes updates, adding quads etc

EntityDocument

EntityDocument

A document containing any number of triples to file as a batch.
Note that if the document is sent as Json-LD with prefixed iris, a @context object will be required

Property Card. Value type Description
A document containing any number of triples to file as a batch.
Note that if the document is sent as Json-LD with prefixed iris, a @context object will be required

Query Request

QueryRequest

A request for data sent as a body (json in local name format) to the /queryIM API.
Contains either a query or query iri with run time variable values for use in the query

Property Card. Value type Description
A request for data sent as a body (json in local name format) to the /queryIM API.
Contains either a query or query iri with run time variable values for use in the query