Sha256: 15be2c7830a13a464eadb7a50ab2ec3d467bfb51ca854b2f163bf588c2db7372
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 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/CF_EDTA_COD.xsd"/> <xs:include schemaLocation="../Types/CommonMetadata.xsd"/> <!-- SDA: Diagnosis --> <xs:complexType name="CauseOfDeath"> <xs:sequence> <xs:element name="DiagnosisType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The type of diagnosis: admitting, working, final, discharge</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DiagnosingClinician" type="Clinician" minOccurs="0"> <xs:annotation> <xs:documentation>Clinician Coding Death</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Diagnosis" type="CF_EDTA_COD"> <xs:annotation> <xs:documentation>Coded Caused of Death (EDTA)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EnteredOn" type="xs:dateTime"> <xs:annotation> <xs:documentation>The date the COD was recorded in the medical record.</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/Diagnoses/CauseOfDeath.xsd |