Sha256: b2ec17768de8f8cab28a61705130b011909aabd6729d516d0c6bcca0d7b744ee
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) --> <xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/"> <xs:include schemaLocation="../Types/Clinician.xsd"/> <xs:include schemaLocation="../Types/Location.xsd"/> <xs:include schemaLocation="../Types/CF_SNOMED.xsd"/> <xs:include schemaLocation="../Types/CommonMetadata.xsd"/> <xs:complexType name="Procedure"> <xs:sequence> <!-- NOTE: This is Procedure in SDA --> <xs:element name="ProcedureType" type="CF_SNOMED"> <xs:annotation> <xs:documentation>At least code must be entered</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Clinician" type="Clinician" minOccurs="0"> <xs:annotation> <xs:documentation>National Clinicial code where possible or other local code if not.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProcedureTime" type="xs:dateTime"> <xs:annotation> <xs:documentation>As CCYYMMDDhhmm</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EnteredBy" type="Clinician" minOccurs="0"> <xs:annotation> <xs:documentation>Person entering the diagnosis as a National Clinicial code where possible or other local code if not.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EnteredAt" type="Location" minOccurs="0"> <xs:annotation> <xs:documentation>Location the procedure was performed at. Use National coding e.g. RXF01</xs:documentation> </xs:annotation> </xs:element> <xs:group ref="CommonMetadata"/> </xs:sequence> </xs:complexType> </xs:schema>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta6 | vendor/xsd/ukrdc/Schema/Procedures/Procedure.xsd |