Sha256: 48d8c709c4178a619eefd1f7cb2e135eaac76ecc681624eccf6d4a2d054e6de5
Contents?: true
Size: 1.98 KB
Versions: 1
Compression:
Stored size: 1.98 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_SNOMED.xsd"/> <xs:include schemaLocation="../Types/CommonMetadata.xsd"/> <xs:complexType name="Diagnosis"> <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>National Clinicial code where possible or other local code if not.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Diagnosis" type="CF_SNOMED"> <xs:annotation> <xs:documentation>SNOMED CT coded diagnoses. Primary Renal Diagnosis should additionally be included with a EDTA code. PRD will therefore be represented twice (SNOMED and EDTA)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationTime" type="xs:dateTime" minOccurs="0"> <xs:annotation> <xs:documentation>Date of initial diagnosis</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OnsetTime" type="xs:dateTime" minOccurs="0"> <xs:annotation> <xs:documentation>Date condition began. Can use approximate dates through truncation. CCYYMMDD or CCYYMM or CCYY</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EnteredOn" type="xs:dateTime"> <xs:annotation> <xs:documentation>The date the diagnosis 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/Diagnosis.xsd |