AdministrationThis is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Collection of endpoint examples
@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:Bundle;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "b5711af0a-d678-46d1-86e9-66e454cf1522"]; #
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2012-05-29T23:45:32Z"^^xsd:dateTime ]
]; #
fhir:Bundle.type [ fhir:value "collection"]; #
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/71" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/71>
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/72" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/72>
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/73" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/73>
], [
fhir:index 3;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/74" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/74>
], [
fhir:index 4;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/75" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/75>
], [
fhir:index 5;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/76" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/76>
], [
fhir:index 6;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/77" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/77>
], [
fhir:index 7;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/78" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/78>
], [
fhir:index 8;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/79" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/79>
], [
fhir:index 9;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/80" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/80>
], [
fhir:index 10;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/81" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/81>
], [
fhir:index 11;
fhir:Bundle.entry.fullUrl [ fhir:value "http://hl7.org/fhir/Endpoint/82" ];
fhir:Bundle.entry.resource <http://hl7.org/fhir/Endpoint/82>
]] . #
<http://hl7.org/fhir/Endpoint/71> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "71"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n CarePlan repository, CarePlan<br/>\n Address: https://sqlonfhir-dstu2.azurewebsites.net/fhir</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
]
]; #
fhir:Endpoint.name [ fhir:value "CarePlan repository"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Telstra Health" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "CarePlan" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/fhir+xml";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://sqlonfhir-dstu2.azurewebsites.net/fhir"] . #
<http://hl7.org/fhir/Endpoint/72> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "72"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Questionnaire Destination, QuestionnaireResponse<br/>\n Address: https://sqlonfhir-dstu2.azurewebsites.net/fhir</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Questionnaire Destination"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Telstra Health" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "QuestionnaireResponse" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/fhir+xml";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://sqlonfhir-dstu2.azurewebsites.net/fhir"] . #
<http://hl7.org/fhir/Endpoint/73> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "73"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Referral Requests, ServiceRequest<br/>\n Address: https://sqlonfhir-dstu2.azurewebsites.net/fhir</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Referral Requests"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Telstra Health" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "ServiceRequest" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/fhir+xml";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://sqlonfhir-dstu2.azurewebsites.net/fhir"] . #
<http://hl7.org/fhir/Endpoint/74> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "74"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Referral Requests, ServiceRequest QuestionnaireResponse<br/>\n Address: https://open.epic.com/Interface/FHIR</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Referral Requests"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Epic demo organization" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "ServiceRequest QuestionnaireResponse" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/fhir+json";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://open.epic.com/Interface/FHIR"] . #
<http://hl7.org/fhir/Endpoint/75> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "75"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Subscription receiver, ServiceRequest<br/>\n Address: mailto:subscriptions@example.org</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "secure-email" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Subscription receiver"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Telstra Health" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "ServiceRequest" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST PUT DELETE" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/fhir+xml";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "mailto:subscriptions@example.org"] . #
<http://hl7.org/fhir/Endpoint/76> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "76"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n valid usecase?, CDA-EventSummary<br/>\n Address: https://sqlonfhir-dstu2.azurewebsites.net/fhir</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7-fhir-msg" ]
]
]; #
fhir:Endpoint.name [ fhir:value "valid usecase?"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Telstra Health" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "CDA-EventSummary" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/pdf";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://sqlonfhir-dstu2.azurewebsites.net/fhir"] . #
<http://hl7.org/fhir/Endpoint/77> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "77"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n v2 referral Requests, REF-I12<br/>\n Address: 127.0.0.1</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "hl7v2-mllp" ]
]
]; #
fhir:Endpoint.name [ fhir:value "v2 referral Requests"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Epic demo organization" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "REF-I12" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/hl7-v2";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "127.0.0.1"] . #
<http://hl7.org/fhir/Endpoint/78> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "78"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Enterprise Image Archive, varies (application/dicom, application/dicom+xml, image/jpeg, and many more)<br/>\n Address: https://pacs.hospital.org/dicomweb</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "dicom-wado-rs" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Enterprise Image Archive"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Multi-site Co." ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "varies (application/dicom, application/dicom+xml, image/jpeg, and many more)" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="GET OPTIONS" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/dicom; variant=DICOM WADO-RS";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://pacs.hospital.org/dicomweb"] . #
<http://hl7.org/fhir/Endpoint/79> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "79"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Enterprise Image Archive, varies (application/dicom, application/dicom+xml, image/jpeg, and many more)<br/>\n Address: https://pacs.hospital.org/dicomweb</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "dicom-qido-rs" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Enterprise Image Archive"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Multi-site Co." ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "varies (application/dicom, application/dicom+xml, image/jpeg, and many more)" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="GET OPTIONS" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/dicom; variant=DICOM QIDO-RS";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://pacs.hospital.org/dicomweb"] . #
<http://hl7.org/fhir/Endpoint/80> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "80"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Enterprise Image Archive, varies (application/dicom, application/dicom+xml, image/jpeg, and many more)<br/>\n Address: https://pacs.hospital.org/dicomweb</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "dicom-stow-rs" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Enterprise Image Archive"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Multi-site Co." ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "varies (application/dicom, application/dicom+xml, image/jpeg, and many more)" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="POST OPTIONS" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/dicom; variant=DICOM STOW-RS";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://pacs.hospital.org/dicomweb"] . #
<http://hl7.org/fhir/Endpoint/81> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "81"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Enterprise Image Archive, varies (application/dicom, application/dicom+xml, image/jpeg, and many more)<br/>\n Address: https://pacs.hospital.org/dicomweb</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "dicom-stow-rs" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Enterprise Image Archive"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Multi-site Co." ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "varies (application/dicom, application/dicom+xml, image/jpeg, and many more)" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="GET PUT POST DELETE OPTIONS" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/dicom; variant=DICOM STOW-RS";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://pacs.hospital.org/dicomweb"] . #
<http://hl7.org/fhir/Endpoint/82> a fhir:Endpoint;
fhir:Resource.id [ fhir:value "82"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Enterprise Image Archive, varies (application/dicom, application/dicom+xml, image/jpeg, and many more)<br/>\n Address: https://pacs.hospital.org/wadoUri</div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "dicom-wado-uri" ]
]
]; #
fhir:Endpoint.name [ fhir:value "Enterprise Image Archive"]; #
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Multi-site Co." ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "varies (application/dicom, application/dicom+xml, image/jpeg, and many more)" ] # <system value=\"http:\/\/hl7.org\/fhir\/fhir-types\" \/>
]
]; # <method>
<system value="http://hl7.org/fhir/http-verb" />
<code value="GET" />
</method>
fhir:Endpoint.payloadMimeType [
fhir:value "application/dicom; variant=DICOM WADO-URI";
fhir:index 0
]; #
fhir:Endpoint.address [ fhir:value "https://pacs.hospital.org/wadoUri"] . #
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:16+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change