Release 5

Publish-box (todo)

Virtualservicedetail.shex

Modeling and Methodology Work GroupMaturity Level: N/AStandards Status: Informative

Raw ShEx

ShEx statement for VirtualServiceDetail

PREFIX fhir: <http://hl7.org/fhir/> 
PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 

IMPORT <url.shex>
IMPORT <Coding.shex>
IMPORT <string.shex>
IMPORT <DataType.shex>
IMPORT <positiveInt.shex>
IMPORT <ContactPoint.shex>
IMPORT <ExtendedContactDetail.shex>

# Virtual Service Contact Details
<VirtualServiceDetail> EXTENDS @<DataType> CLOSED {   

    a [fhir:VirtualServiceDetail]?;

    fhir:channelType @<Coding>?;            # Channel Type
    fhir:address @<url>  OR 
    			@<string>  OR 
    			@<ContactPoint>  OR 
    			@<ExtendedContactDetail>  ?;  # Contact address/number
    fhir:additionalInfo @<OneOrMore_url>?;  # Address to see alternative 
                                            # connection details 
    fhir:maxParticipants @<positiveInt>?;   # Maximum number of participants 
                                            # supported by the virtual service 
    fhir:sessionKey @<string>?;             # Session Key required by the 
                                            # virtual service 
}  

#---------------------- Cardinality Types (OneOrMore) -------------------

<OneOrMore_url> CLOSED {
    rdf:first @<url>  ;
    rdf:rest [rdf:nil] OR @<OneOrMore_url> 
}


Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.