Revamped to use new template, improved documentation and fixed a number of rendering issues
This commit is contained in:
parent
16285d1986
commit
6252bbef23
12
ig.ini
12
ig.ini
@ -1,13 +1,5 @@
|
|||||||
[IG]
|
[IG]
|
||||||
ig = input/myig.xml
|
ig = input/myig.xml
|
||||||
template = fhir.base.template
|
#template = fhir.base.template
|
||||||
|
template = C:\Users\lloyd\Documents\SVN\ig-template-base
|
||||||
usage-stats-opt-out = false
|
usage-stats-opt-out = false
|
||||||
copyrightyear = 2019+
|
|
||||||
license = CC0-1.0
|
|
||||||
version = 0.1.0
|
|
||||||
ballotstatus = CI Build
|
|
||||||
fhirspec = http://build.fhir.org/
|
|
||||||
#excludexml = Yes
|
|
||||||
#excludejson = Yes
|
|
||||||
#excludettl = Yes
|
|
||||||
#excludeMaps = Yes
|
|
||||||
45068
input-cache/schemas/R4/fhir-single.xsd
Normal file
45068
input-cache/schemas/R4/fhir-single.xsd
Normal file
File diff suppressed because it is too large
Load Diff
@ -47,9 +47,9 @@
|
|||||||
POSSIBILITY OF SUCH DAMAGE.
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
Generated on Thu, Dec 19, 2019 10:54+0000 for FHIR v4.1.0
|
Generated on Tue, Jan 21, 2020 18:20+0000 for FHIR v4.2.0
|
||||||
-->
|
-->
|
||||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" targetNamespace="http://hl7.org/fhir" elementFormDefault="qualified" version="4.1.0">
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" targetNamespace="http://hl7.org/fhir" elementFormDefault="qualified" version="4.2.0">
|
||||||
<!-- Note: When using this schema with some tools, it may also be necessary to declare xmlns:xml="http://www.w3.org/XML/1998/namespace", however this causes performance issues with other tools and thus is not in the base schemas. -->
|
<!-- Note: When using this schema with some tools, it may also be necessary to declare xmlns:xml="http://www.w3.org/XML/1998/namespace", however this causes performance issues with other tools and thus is not in the base schemas. -->
|
||||||
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
|
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
|
||||||
<xs:import namespace="http://www.w3.org/1999/xhtml" schemaLocation="fhir-xhtml.xsd"/>
|
<xs:import namespace="http://www.w3.org/1999/xhtml" schemaLocation="fhir-xhtml.xsd"/>
|
||||||
@ -765,7 +765,7 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or
|
|||||||
<xs:documentation xml:lang="en">If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions</xs:documentation>
|
<xs:documentation xml:lang="en">If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
<xs:extension base="Element">
|
<xs:extension base="DataType">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="versionId" type="id" minOccurs="0" maxOccurs="1">
|
<xs:element name="versionId" type="id" minOccurs="0" maxOccurs="1">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
@ -1612,7 +1612,7 @@ The value of mustSupport SHALL be a FHIRPath resolveable on the type of the Data
|
|||||||
<xs:documentation xml:lang="en">If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions</xs:documentation>
|
<xs:documentation xml:lang="en">If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
<xs:extension base="BackboneElement">
|
<xs:extension base="BackboneType">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="country" type="CodeableConcept" minOccurs="1" maxOccurs="1">
|
<xs:element name="country" type="CodeableConcept" minOccurs="1" maxOccurs="1">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
@ -3814,37 +3814,37 @@ The type is the Canonical URL of Resource Definition that is the type this refer
|
|||||||
<xs:restriction base="code-primitive">
|
<xs:restriction base="code-primitive">
|
||||||
<xs:enumeration value="s">
|
<xs:enumeration value="s">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">秒</xs:documentation>
|
<xs:documentation xml:lang="en">second</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="min">
|
<xs:enumeration value="min">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">分钟</xs:documentation>
|
<xs:documentation xml:lang="en">minute</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="h">
|
<xs:enumeration value="h">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">小时</xs:documentation>
|
<xs:documentation xml:lang="en">hour</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="d">
|
<xs:enumeration value="d">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">天</xs:documentation>
|
<xs:documentation xml:lang="en">day</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="wk">
|
<xs:enumeration value="wk">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">星期</xs:documentation>
|
<xs:documentation xml:lang="en">week</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="mo">
|
<xs:enumeration value="mo">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">月</xs:documentation>
|
<xs:documentation xml:lang="en">month</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="a">
|
<xs:enumeration value="a">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">年</xs:documentation>
|
<xs:documentation xml:lang="en">year</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
@ -4451,6 +4451,11 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or
|
|||||||
<xs:documentation xml:lang="en">3.0.1</xs:documentation>
|
<xs:documentation xml:lang="en">3.0.1</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
|
<xs:enumeration value="3.0.2">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">3.0.2</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:enumeration>
|
||||||
<xs:enumeration value="3.3.0">
|
<xs:enumeration value="3.3.0">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">3.3.0</xs:documentation>
|
<xs:documentation xml:lang="en">3.3.0</xs:documentation>
|
||||||
@ -4466,11 +4471,21 @@ Modifier extensions SHALL NOT change the meaning of any elements on Resource or
|
|||||||
<xs:documentation xml:lang="en">4.0.0</xs:documentation>
|
<xs:documentation xml:lang="en">4.0.0</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
|
<xs:enumeration value="4.0.1">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">4.0.1</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:enumeration>
|
||||||
<xs:enumeration value="4.1.0">
|
<xs:enumeration value="4.1.0">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">4.1.0</xs:documentation>
|
<xs:documentation xml:lang="en">4.1.0</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
|
<xs:enumeration value="4.2.0">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">4.2.0</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:enumeration>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
<xs:complexType name="FHIRVersion">
|
<xs:complexType name="FHIRVersion">
|
||||||
@ -5491,7 +5506,7 @@ A coverage may only be responsible for specific types of charges, and the sequen
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="encounter" minOccurs="0" maxOccurs="1" type="Reference">
|
<xs:element name="encounter" minOccurs="0" maxOccurs="1" type="Reference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The Encounter during which AdverseEvent was created or to which the creation of this record is tightly associated.</xs:documentation>
|
<xs:documentation xml:lang="en">The Encounter associated with the start of the AdverseEvent.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:choice minOccurs="0" maxOccurs="1" >
|
<xs:choice minOccurs="0" maxOccurs="1" >
|
||||||
@ -6094,14 +6109,9 @@ A coverage may only be responsible for specific types of charges, and the sequen
|
|||||||
<xs:documentation xml:lang="en">The style of appointment or patient that has been booked in the slot (not service type).</xs:documentation>
|
<xs:documentation xml:lang="en">The style of appointment or patient that has been booked in the slot (not service type).</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The coded reason that this appointment is being scheduled. This is more clinical than administrative.</xs:documentation>
|
<xs:documentation xml:lang="en">The reason that this appointment is being scheduled. This is more clinical than administrative. This can be coded, or as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="priority" minOccurs="0" maxOccurs="1" type="unsignedInt">
|
<xs:element name="priority" minOccurs="0" maxOccurs="1" type="unsignedInt">
|
||||||
@ -8988,12 +8998,7 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:documentation xml:lang="en">Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.</xs:documentation>
|
<xs:documentation xml:lang="en">Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="addressesCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="addresses" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="addressesReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.</xs:documentation>
|
<xs:documentation xml:lang="en">Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
@ -9029,14 +9034,9 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
<xs:extension base="BackboneElement">
|
<xs:extension base="BackboneElement">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="outcomeCodeableConcept" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="outcome" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not).</xs:documentation>
|
<xs:documentation xml:lang="en">Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not). The reference to an "event" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource).</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="outcomeReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Details of the outcome or action resulting from the activity. The reference to an "event" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource).</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="progress" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="progress" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
@ -9085,14 +9085,9 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:documentation xml:lang="en">Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.</xs:documentation>
|
<xs:documentation xml:lang="en">Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.</xs:documentation>
|
<xs:documentation xml:lang="en">Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited - either a coded concept, or another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="goal" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
<xs:element name="goal" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
||||||
@ -9454,16 +9449,11 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:documentation xml:lang="en">Identifies all people and organizations who are expected to be involved in the care team.</xs:documentation>
|
<xs:documentation xml:lang="en">Identifies all people and organizations who are expected to be involved in the care team.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Describes why the care team exists.</xs:documentation>
|
<xs:documentation xml:lang="en">Describes why the care team exists.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Condition(s) that this care team addresses.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="managingOrganization" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
<xs:element name="managingOrganization" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The organization responsible for the care team.</xs:documentation>
|
<xs:documentation xml:lang="en">The organization responsible for the care team.</xs:documentation>
|
||||||
@ -11848,14 +11838,9 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
<xs:extension base="BackboneElement">
|
<xs:extension base="BackboneElement">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="itemCodeableConcept" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
<xs:element name="item" minOccurs="0" maxOccurs="1" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Specific text or code for finding or diagnosis, which may include ruled-out or resolved conditions.</xs:documentation>
|
<xs:documentation xml:lang="en">Specific text, code or reference for finding or diagnosis, which may include ruled-out or resolved conditions.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="itemReference" minOccurs="0" maxOccurs="1" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Specific reference for finding or diagnosis, which may include ruled-out or resolved conditions.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="basis" minOccurs="0" maxOccurs="1" type="string">
|
<xs:element name="basis" minOccurs="0" maxOccurs="1" type="string">
|
||||||
@ -12811,16 +12796,11 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:documentation xml:lang="en">The entity (e.g. person, organization, clinical information system, or device) which is the source of the communication.</xs:documentation>
|
<xs:documentation xml:lang="en">The entity (e.g. person, organization, clinical information system, or device) which is the source of the communication.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The reason or justification for the communication.</xs:documentation>
|
<xs:documentation xml:lang="en">The reason or justification for the communication.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource whose existence justifies this communication.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="payload" type="Communication.Payload" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="payload" type="Communication.Payload" minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Text, attachment(s), or resource(s) that was communicated to the recipient.</xs:documentation>
|
<xs:documentation xml:lang="en">Text, attachment(s), or resource(s) that was communicated to the recipient.</xs:documentation>
|
||||||
@ -12964,16 +12944,11 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:documentation xml:lang="en">The entity (e.g. person, organization, clinical information system, or device) which is to be the source of the communication.</xs:documentation>
|
<xs:documentation xml:lang="en">The entity (e.g. person, organization, clinical information system, or device) which is to be the source of the communication.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Describes why the request is being made in coded or textual form.</xs:documentation>
|
<xs:documentation xml:lang="en">Describes why the request is being made in coded or textual form.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource whose existence justifies this request.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Comments made about the request by the requester, sender, recipient, subject or other participants.</xs:documentation>
|
<xs:documentation xml:lang="en">Comments made about the request by the requester, sender, recipient, subject or other participants.</xs:documentation>
|
||||||
@ -14618,12 +14593,12 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:restriction base="code-primitive">
|
<xs:restriction base="code-primitive">
|
||||||
<xs:enumeration value="deny">
|
<xs:enumeration value="deny">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Opt Out</xs:documentation>
|
<xs:documentation xml:lang="en">Deny</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
<xs:enumeration value="permit">
|
<xs:enumeration value="permit">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Opt In</xs:documentation>
|
<xs:documentation xml:lang="en">Permit</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:enumeration>
|
</xs:enumeration>
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
@ -15435,19 +15410,9 @@ into another (possibly the same) biological entity.</xs:documentation>
|
|||||||
<xs:documentation xml:lang="en">Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.</xs:documentation>
|
<xs:documentation xml:lang="en">Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited.</xs:documentation>
|
<xs:documentation xml:lang="en">Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited. Either a coded concept, or another resource whose existence justifies permitting or not permitting this action.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource whose existence justifies permitting or not permitting this action.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="string">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Describes why the action is to be performed or not performed in textual form.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonLinkId" minOccurs="0" maxOccurs="unbounded" type="string">
|
<xs:element name="reasonLinkId" minOccurs="0" maxOccurs="unbounded" type="string">
|
||||||
@ -17765,12 +17730,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">The desired performer for doing the diagnostic testing.</xs:documentation>
|
<xs:documentation xml:lang="en">The desired performer for doing the diagnostic testing.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Reason or justification for the use of this device.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Reason or justification for the use of this device.</xs:documentation>
|
<xs:documentation xml:lang="en">Reason or justification for the use of this device.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
@ -17885,14 +17845,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">The details of the device used.</xs:documentation>
|
<xs:documentation xml:lang="en">The details of the device used.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Reason or justification for the use of the device.</xs:documentation>
|
<xs:documentation xml:lang="en">Reason or justification for the use of the device. A coded concept, or another resource whose existence justifies this DeviceUseStatement.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource whose existence justifies this DeviceUseStatement.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="bodySite" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
<xs:element name="bodySite" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
||||||
@ -18530,14 +18485,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">Quantity of time the encounter lasted. This excludes the time during leaves of absence.</xs:documentation>
|
<xs:documentation xml:lang="en">Quantity of time the encounter lasted. This excludes the time during leaves of absence.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.</xs:documentation>
|
<xs:documentation xml:lang="en">Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="diagnosis" type="Encounter.Diagnosis" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="diagnosis" type="Encounter.Diagnosis" minOccurs="0" maxOccurs="unbounded">
|
||||||
@ -19437,16 +19387,16 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">The status of this summary. Enables tracking the life-cycle of the content.</xs:documentation>
|
<xs:documentation xml:lang="en">The status of this summary. Enables tracking the life-cycle of the content.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="useContext" minOccurs="0" maxOccurs="unbounded" type="UsageContext">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence instances.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="date" minOccurs="0" maxOccurs="1" type="dateTime">
|
<xs:element name="date" minOccurs="0" maxOccurs="1" type="dateTime">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.</xs:documentation>
|
<xs:documentation xml:lang="en">The date (and optionally time) when the summary was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
<xs:element name="useContext" minOccurs="0" maxOccurs="unbounded" type="UsageContext">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence instances.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="approvalDate" minOccurs="0" maxOccurs="1" type="date">
|
<xs:element name="approvalDate" minOccurs="0" maxOccurs="1" type="date">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.</xs:documentation>
|
<xs:documentation xml:lang="en">The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.</xs:documentation>
|
||||||
@ -20026,16 +19976,16 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">A legal or geographic region in which the example scenario is intended to be used.</xs:documentation>
|
<xs:documentation xml:lang="en">A legal or geographic region in which the example scenario is intended to be used.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="copyright" minOccurs="0" maxOccurs="1" type="markdown">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">A copyright statement relating to the example scenario and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the example scenario.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="purpose" minOccurs="0" maxOccurs="1" type="markdown">
|
<xs:element name="purpose" minOccurs="0" maxOccurs="1" type="markdown">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">What the example scenario resource is created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario.</xs:documentation>
|
<xs:documentation xml:lang="en">What the example scenario resource is created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
<xs:element name="copyright" minOccurs="0" maxOccurs="1" type="markdown">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">A copyright statement relating to the example scenario and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the example scenario.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="actor" type="ExampleScenario.Actor" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="actor" type="ExampleScenario.Actor" minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Actor participating in the resource.</xs:documentation>
|
<xs:documentation xml:lang="en">Actor participating in the resource.</xs:documentation>
|
||||||
@ -22928,14 +22878,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:element name="deceasedDate" type="date"/>
|
<xs:element name="deceasedDate" type="date"/>
|
||||||
<xs:element name="deceasedString" type="string"/>
|
<xs:element name="deceasedString" type="string"/>
|
||||||
</xs:choice>
|
</xs:choice>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Describes why the family member history occurred in coded or textual form.</xs:documentation>
|
<xs:documentation xml:lang="en">Describes why the family member history occurred in coded or textual form, or Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
@ -23250,16 +23195,11 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">Any comments related to the goal.</xs:documentation>
|
<xs:documentation xml:lang="en">Any comments related to the goal.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="outcomeCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="outcome" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Identifies the change (or lack of change) at the point when the status of the goal is assessed.</xs:documentation>
|
<xs:documentation xml:lang="en">Identifies the change (or lack of change) at the point when the status of the goal is assessed.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="outcomeReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Details of what's changed (or not changed).</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:complexContent>
|
</xs:complexContent>
|
||||||
@ -23854,14 +23794,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">Provides a reference to the device that performed the guidance.</xs:documentation>
|
<xs:documentation xml:lang="en">Provides a reference to the device that performed the guidance.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Describes the reason for the guidance response in coded or textual form.</xs:documentation>
|
<xs:documentation xml:lang="en">Describes the reason for the guidance response in coded or textual form, or Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
@ -24281,14 +24216,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">The principal physical location where the ImagingStudy was performed.</xs:documentation>
|
<xs:documentation xml:lang="en">The principal physical location where the ImagingStudy was performed.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Description of clinical condition indicating why the ImagingStudy was requested.</xs:documentation>
|
<xs:documentation xml:lang="en">Description of clinical condition indicating why the ImagingStudy was requested, and/or Indicates another resource whose existence justifies this Study.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource whose existence justifies this Study.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
@ -24603,14 +24533,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">Extra information about the immunization that is not conveyed by the other attributes.</xs:documentation>
|
<xs:documentation xml:lang="en">Extra information about the immunization that is not conveyed by the other attributes.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Describes why the immunization occurred in coded or textual form.</xs:documentation>
|
<xs:documentation xml:lang="en">Describes why the immunization occurred in coded or textual form, or Indicates another resource (Condition, Observation or DiagnosticReport) whose existence justifies this immunization.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource (Condition, Observation or DiagnosticReport) whose existence justifies this immunization.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="isSubpotent" minOccurs="0" maxOccurs="1" type="boolean">
|
<xs:element name="isSubpotent" minOccurs="0" maxOccurs="1" type="boolean">
|
||||||
@ -25139,7 +25064,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="fhirVersion" minOccurs="1" maxOccurs="unbounded" type="FHIRVersion">
|
<xs:element name="fhirVersion" minOccurs="1" maxOccurs="unbounded" type="FHIRVersion">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.1.0. for this version.</xs:documentation>
|
<xs:documentation xml:lang="en">The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.2.0. for this version.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="dependsOn" type="ImplementationGuide.DependsOn" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="dependsOn" type="ImplementationGuide.DependsOn" minOccurs="0" maxOccurs="unbounded">
|
||||||
@ -25237,7 +25162,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="parameter" type="ImplementationGuide.Parameter" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="parameter" type="ImplementationGuide.Parameter" minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Defines how IG is built by tools.</xs:documentation>
|
<xs:documentation xml:lang="en">A set of parameters that defines how the implementation guide is built. The parameters are defined by the relevant tools that build the implementation guides.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="template" type="ImplementationGuide.Template" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="template" type="ImplementationGuide.Template" minOccurs="0" maxOccurs="unbounded">
|
||||||
@ -25355,7 +25280,7 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="code" minOccurs="1" maxOccurs="1" type="string">
|
<xs:element name="code" minOccurs="1" maxOccurs="1" type="string">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">apply | path-resource | path-pages | path-tx-cache | expansion-parameter | rule-broken-links | generate-xml | generate-json | generate-turtle | html-template.</xs:documentation>
|
<xs:documentation xml:lang="en">Code that identifies parameter.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="value" minOccurs="1" maxOccurs="1" type="string">
|
<xs:element name="value" minOccurs="1" maxOccurs="1" type="string">
|
||||||
@ -29584,14 +29509,9 @@ UDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName |
|
|||||||
<xs:documentation xml:lang="en">Indicates who or what performed the medication administration and how they were involved.</xs:documentation>
|
<xs:documentation xml:lang="en">Indicates who or what performed the medication administration and how they were involved.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">A code indicating why the medication was given.</xs:documentation>
|
<xs:documentation xml:lang="en">A code, Condition or observation that supports why the medication was administered.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Condition or observation that supports why the medication was administered.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="request" minOccurs="0" maxOccurs="1" type="Reference">
|
<xs:element name="request" minOccurs="0" maxOccurs="1" type="Reference">
|
||||||
@ -30868,14 +30788,9 @@ The primary difference between a medicationusage and a medicationadministration
|
|||||||
<xs:documentation xml:lang="en">Allows linking the MedicationUsage to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationUsage.</xs:documentation>
|
<xs:documentation xml:lang="en">Allows linking the MedicationUsage to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationUsage.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">A reason for why the medication is being/was taken.</xs:documentation>
|
<xs:documentation xml:lang="en">A concept, Condition or observation that supports why the medication is being/was taken.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Condition or observation that supports why the medication is being/was taken.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
@ -32580,14 +32495,9 @@ The primary difference between a medicationusage and a medicationadministration
|
|||||||
<xs:documentation xml:lang="en">Allows linking the NutritionIntake to the underlying NutritionOrder, or to other information, such as AllergyIntolerance, that supports or is used to derive the NutritionIntake.</xs:documentation>
|
<xs:documentation xml:lang="en">Allows linking the NutritionIntake to the underlying NutritionOrder, or to other information, such as AllergyIntolerance, that supports or is used to derive the NutritionIntake.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">A reason for why the food or fluid is /was consumed.</xs:documentation>
|
<xs:documentation xml:lang="en">A reason, Condition or observation for why the food or fluid is /was consumed.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Condition or observation that supports why the food or fluid is /was consumed.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
@ -34566,7 +34476,7 @@ For resource issues, this will be a simple XPath limited to element names, repet
|
|||||||
<xs:documentation xml:lang="en">The physical type of the container of the medicine.</xs:documentation>
|
<xs:documentation xml:lang="en">The physical type of the container of the medicine.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="quantity" minOccurs="0" maxOccurs="1" type="Quantity">
|
<xs:element name="quantity" minOccurs="0" maxOccurs="1" type="integer">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The quantity of this package in the medicinal product, at the current level of packaging. If specified, the outermost level is always 1.</xs:documentation>
|
<xs:documentation xml:lang="en">The quantity of this package in the medicinal product, at the current level of packaging. If specified, the outermost level is always 1.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
@ -36455,14 +36365,9 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">The location where the procedure actually happened. E.g. a newborn at home, a tracheostomy at a restaurant.</xs:documentation>
|
<xs:documentation xml:lang="en">The location where the procedure actually happened. E.g. a newborn at home, a tracheostomy at a restaurant.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The coded reason why the procedure was performed. This may be a coded entity of some type, or may simply be present as text.</xs:documentation>
|
<xs:documentation xml:lang="en">The coded reason or reference why the procedure was performed. This may be a coded entity of some type, or may simply be present as text, or may be a reference to one of several resources that justify the procedure.</xs:documentation>
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">The justification of why the procedure was performed.</xs:documentation>
|
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="bodySite" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="bodySite" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
||||||
@ -36505,16 +36410,11 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.</xs:documentation>
|
<xs:documentation xml:lang="en">A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="usedReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
<xs:element name="used" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Identifies medications, devices and any other substance used as part of the procedure.</xs:documentation>
|
<xs:documentation xml:lang="en">Identifies medications, devices and any other substance used as part of the procedure.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="usedCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Identifies coded items that were used as part of the procedure.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:complexContent>
|
</xs:complexContent>
|
||||||
@ -37402,12 +37302,12 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
<xs:element name="RegulatedAuthorization" type="RegulatedAuthorization">
|
<xs:element name="RegulatedAuthorization" type="RegulatedAuthorization">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product.</xs:documentation>
|
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product, device or process.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:complexType name="RegulatedAuthorization">
|
<xs:complexType name="RegulatedAuthorization">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product.</xs:documentation>
|
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product, device or process.</xs:documentation>
|
||||||
<xs:documentation xml:lang="en">If the element is present, it must have either a @value, an @id, or extensions</xs:documentation>
|
<xs:documentation xml:lang="en">If the element is present, it must have either a @value, an @id, or extensions</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
@ -37415,17 +37315,17 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="identifier" minOccurs="0" maxOccurs="unbounded" type="Identifier">
|
<xs:element name="identifier" minOccurs="0" maxOccurs="unbounded" type="Identifier">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Business identifier for the marketing authorization, as assigned by a regulator.</xs:documentation>
|
<xs:documentation xml:lang="en">Business identifier for the authorization, typically assigned by the authorizing body.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="subject" minOccurs="0" maxOccurs="1" type="Reference">
|
<xs:element name="subject" minOccurs="0" maxOccurs="1" type="Reference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The product that is being authorized.</xs:documentation>
|
<xs:documentation xml:lang="en">The type of product or service that is being authorized.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="type" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
<xs:element name="type" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Type of this authorization, for example drug marketing approval, orphan drug designation.</xs:documentation>
|
<xs:documentation xml:lang="en">Overall type of this authorization, for example drug marketing approval, orphan drug designation.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="description" minOccurs="0" maxOccurs="1" type="markdown">
|
<xs:element name="description" minOccurs="0" maxOccurs="1" type="markdown">
|
||||||
@ -37440,12 +37340,12 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="status" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
<xs:element name="status" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The status of the marketing authorization.</xs:documentation>
|
<xs:documentation xml:lang="en">The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="statusDate" minOccurs="0" maxOccurs="1" type="dateTime">
|
<xs:element name="statusDate" minOccurs="0" maxOccurs="1" type="dateTime">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The date at which the given status has become applicable.</xs:documentation>
|
<xs:documentation xml:lang="en">The date at which the given status became applicable.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="validityPeriod" minOccurs="0" maxOccurs="1" type="Period">
|
<xs:element name="validityPeriod" minOccurs="0" maxOccurs="1" type="Period">
|
||||||
@ -37453,9 +37353,21 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format.</xs:documentation>
|
<xs:documentation xml:lang="en">The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
<xs:choice minOccurs="0" maxOccurs="1" >
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">Condition for which the medicinal use applies.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:element name="indicationCodeableConcept" type="CodeableConcept"/>
|
||||||
|
<xs:element name="indicationReference" type="Reference"/>
|
||||||
|
</xs:choice>
|
||||||
|
<xs:element name="intendedUse" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation xml:lang="en">The intended use of the product, e.g. prevention, treatment.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="basis" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="basis" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The legal framework against which this authorization is granted, or other reasons for it.</xs:documentation>
|
<xs:documentation xml:lang="en">The legal or regulatory framework against which this authorization is granted, or other reasons for it.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="relatedDate" type="RegulatedAuthorization.RelatedDate" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="relatedDate" type="RegulatedAuthorization.RelatedDate" minOccurs="0" maxOccurs="unbounded">
|
||||||
@ -37489,7 +37401,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
<xs:complexType name="RegulatedAuthorization.RelatedDate">
|
<xs:complexType name="RegulatedAuthorization.RelatedDate">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product.</xs:documentation>
|
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product, device or process.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
<xs:extension base="BackboneElement">
|
<xs:extension base="BackboneElement">
|
||||||
@ -37512,29 +37424,29 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
<xs:complexType name="RegulatedAuthorization.Case">
|
<xs:complexType name="RegulatedAuthorization.Case">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product.</xs:documentation>
|
<xs:documentation xml:lang="en">The regulatory authorization of a medicinal product, device or process.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:complexContent>
|
<xs:complexContent>
|
||||||
<xs:extension base="BackboneElement">
|
<xs:extension base="BackboneElement">
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="identifier" minOccurs="0" maxOccurs="1" type="Identifier">
|
<xs:element name="identifier" minOccurs="0" maxOccurs="1" type="Identifier">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Identifier for this case.</xs:documentation>
|
<xs:documentation xml:lang="en">Identifier by which this case can be referenced.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="type" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
<xs:element name="type" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Type of case.</xs:documentation>
|
<xs:documentation xml:lang="en">The defining type of case.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="status" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
<xs:element name="status" minOccurs="0" maxOccurs="1" type="CodeableConcept">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The status of the case.</xs:documentation>
|
<xs:documentation xml:lang="en">The status associated with the case.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:choice minOccurs="0" maxOccurs="1" >
|
<xs:choice minOccurs="0" maxOccurs="1" >
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Date of case.</xs:documentation>
|
<xs:documentation xml:lang="en">Relevant date for this of case.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:element name="datePeriod" type="Period"/>
|
<xs:element name="datePeriod" type="Period"/>
|
||||||
<xs:element name="dateDateTime" type="dateTime"/>
|
<xs:element name="dateDateTime" type="dateTime"/>
|
||||||
@ -37729,16 +37641,11 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">Provides a reference to the author of the request group.</xs:documentation>
|
<xs:documentation xml:lang="en">Provides a reference to the author of the request group.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Describes the reason for the request group in coded or textual form.</xs:documentation>
|
<xs:documentation xml:lang="en">Describes the reason for the request group in coded or textual form.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource whose existence justifies this request group.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
<xs:element name="note" minOccurs="0" maxOccurs="unbounded" type="Annotation">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Provides a mechanism to communicate additional information about the response.</xs:documentation>
|
<xs:documentation xml:lang="en">Provides a mechanism to communicate additional information about the response.</xs:documentation>
|
||||||
@ -38416,16 +38323,11 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">The provider or software application that performed the assessment.</xs:documentation>
|
<xs:documentation xml:lang="en">The provider or software application that performed the assessment.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The reason the risk assessment was performed.</xs:documentation>
|
<xs:documentation xml:lang="en">The reason the risk assessment was performed.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Resources supporting the reason the risk assessment was performed.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="basis" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
<xs:element name="basis" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).</xs:documentation>
|
<xs:documentation xml:lang="en">Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).</xs:documentation>
|
||||||
@ -39026,26 +38928,16 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">The desired performer for doing the requested service. For example, the surgeon, dermatopathologist, endoscopist, etc.</xs:documentation>
|
<xs:documentation xml:lang="en">The desired performer for doing the requested service. For example, the surgeon, dermatopathologist, endoscopist, etc.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="locationCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="location" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center.</xs:documentation>
|
<xs:documentation xml:lang="en">The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="locationReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">A reference to the the preferred location(s) where the procedure should actually happen. E.g. at home or nursing day care center.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">An explanation or justification for why this service is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in `supportingInfo`.</xs:documentation>
|
<xs:documentation xml:lang="en">An explanation or justification for why this service is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in `supportingInfo`.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">Indicates another resource that provides a justification for why this service is being requested. May relate to the resources referred to in `supportingInfo`.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="insurance" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
<xs:element name="insurance" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service.</xs:documentation>
|
<xs:documentation xml:lang="en">Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service.</xs:documentation>
|
||||||
@ -39867,7 +39759,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="fhirVersion" minOccurs="0" maxOccurs="1" type="FHIRVersion">
|
<xs:element name="fhirVersion" minOccurs="0" maxOccurs="1" type="FHIRVersion">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.1.0. for this version.</xs:documentation>
|
<xs:documentation xml:lang="en">The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.2.0. for this version.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="mapping" type="StructureDefinition.Mapping" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="mapping" type="StructureDefinition.Mapping" minOccurs="0" maxOccurs="unbounded">
|
||||||
@ -42893,12 +42785,7 @@ Deceased patients may also be marked as inactive for the same reasons, but may b
|
|||||||
<xs:documentation xml:lang="en">Who is intended to fulfill the request.</xs:documentation>
|
<xs:documentation xml:lang="en">Who is intended to fulfill the request.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="reasonCode" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept">
|
<xs:element name="reason" minOccurs="0" maxOccurs="unbounded" type="CodeableReference">
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation xml:lang="en">The reason why the supply item was requested.</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:element>
|
|
||||||
<xs:element name="reasonReference" minOccurs="0" maxOccurs="unbounded" type="Reference">
|
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation xml:lang="en">The reason why the supply item was requested.</xs:documentation>
|
<xs:documentation xml:lang="en">The reason why the supply item was requested.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
2101
input-cache/schemas/R5/fhir-xhtml.xsd
Normal file
2101
input-cache/schemas/R5/fhir-xhtml.xsd
Normal file
File diff suppressed because it is too large
Load Diff
272
input-cache/schemas/R5/xml.xsd
Normal file
272
input-cache/schemas/R5/xml.xsd
Normal file
@ -0,0 +1,272 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<?xml-stylesheet href="../2008/09/xsd.xsl" type="text/xsl"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/1999/xhtml" targetNamespace="http://www.w3.org/XML/1998/namespace" xml:lang="en">
|
||||||
|
<!-- Note: When using this schema with some tools, it may also be necessary to declare xmlns:xml="http://www.w3.org/XML/1998/namespace", however this causes performance issues with other tools and thus is not in the base schemas. -->
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div>
|
||||||
|
<h1>About the XML namespace</h1>
|
||||||
|
<div class="bodytext">
|
||||||
|
<p>
|
||||||
|
This schema document describes the XML namespace, in a form
|
||||||
|
suitable for import by other schema documents.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
See <a href="http://www.w3.org/XML/1998/namespace.html">
|
||||||
|
http://www.w3.org/XML/1998/namespace.html</a> and
|
||||||
|
<a href="http://www.w3.org/TR/REC-xml">
|
||||||
|
http://www.w3.org/TR/REC-xml</a> for information
|
||||||
|
about this namespace.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Note that local names in this namespace are intended to be
|
||||||
|
defined only by the World Wide Web Consortium or its subgroups.
|
||||||
|
The names currently defined in this namespace are listed below.
|
||||||
|
They should not be used with conflicting semantics by any Working
|
||||||
|
Group, specification, or document instance.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
See further below in this document for more information about <a href="#usage">how to refer to this schema document from your own
|
||||||
|
XSD schema documents</a> and about <a href="#nsversioning">the
|
||||||
|
namespace-versioning policy governing this schema document</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:attribute name="lang">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div>
|
||||||
|
<h3>lang (as an attribute name)</h3>
|
||||||
|
<p>
|
||||||
|
denotes an attribute whose value
|
||||||
|
is a language code for the natural language of the content of
|
||||||
|
any element; its value is inherited. This name is reserved
|
||||||
|
by virtue of its definition in the XML specification.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h4>Notes</h4>
|
||||||
|
<p>
|
||||||
|
Attempting to install the relevant ISO 2- and 3-letter
|
||||||
|
codes as the enumerated possible values is probably never
|
||||||
|
going to be a realistic possibility.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
|
||||||
|
http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>
|
||||||
|
and the IANA language subtag registry at
|
||||||
|
<a href="http://www.iana.org/assignments/language-subtag-registry">
|
||||||
|
http://www.iana.org/assignments/language-subtag-registry</a>
|
||||||
|
for further information.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The union allows for the 'un-declaration' of xml:lang with
|
||||||
|
the empty string.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:union memberTypes="xs:language">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:enumeration value=""/>
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:union>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="space">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div>
|
||||||
|
<h3>space (as an attribute name)</h3>
|
||||||
|
<p>
|
||||||
|
denotes an attribute whose
|
||||||
|
value is a keyword indicating what whitespace processing
|
||||||
|
discipline is intended for the content of the element; its
|
||||||
|
value is inherited. This name is reserved by virtue of its
|
||||||
|
definition in the XML specification.</p>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:NCName">
|
||||||
|
<xs:enumeration value="default"/>
|
||||||
|
<xs:enumeration value="preserve"/>
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="base" type="xs:anyURI">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div>
|
||||||
|
<h3>base (as an attribute name)</h3>
|
||||||
|
<p>
|
||||||
|
denotes an attribute whose value
|
||||||
|
provides a URI to be used as the base for interpreting any
|
||||||
|
relative URIs in the scope of the element on which it
|
||||||
|
appears; its value is inherited. This name is reserved
|
||||||
|
by virtue of its definition in the XML Base specification.</p>
|
||||||
|
<p>
|
||||||
|
See <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
|
||||||
|
for information about this attribute.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="id" type="xs:ID">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div>
|
||||||
|
<h3>id (as an attribute name)</h3>
|
||||||
|
<p>
|
||||||
|
denotes an attribute whose value
|
||||||
|
should be interpreted as if declared to be of type ID.
|
||||||
|
This name is reserved by virtue of its definition in the
|
||||||
|
xml:id specification.</p>
|
||||||
|
<p>
|
||||||
|
See <a href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</a>
|
||||||
|
for information about this attribute.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attributeGroup name="specialAttrs">
|
||||||
|
<xs:attribute ref="xml:base"/>
|
||||||
|
<xs:attribute ref="xml:lang"/>
|
||||||
|
<xs:attribute ref="xml:space"/>
|
||||||
|
<xs:attribute ref="xml:id"/>
|
||||||
|
</xs:attributeGroup>
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div>
|
||||||
|
<h3>Father (in any context at all)</h3>
|
||||||
|
<div class="bodytext">
|
||||||
|
<p>
|
||||||
|
denotes Jon Bosak, the chair of
|
||||||
|
the original XML Working Group. This name is reserved by
|
||||||
|
the following decision of the W3C XML Plenary and
|
||||||
|
XML Coordination groups:
|
||||||
|
</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>
|
||||||
|
In appreciation for his vision, leadership and
|
||||||
|
dedication the W3C XML Plenary on this 10th day of
|
||||||
|
February, 2000, reserves for Jon Bosak in perpetuity
|
||||||
|
the XML name "xml:Father".
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div xml:id="usage" id="usage">
|
||||||
|
<h2>
|
||||||
|
<a name="usage">About this schema document</a>
|
||||||
|
</h2>
|
||||||
|
<div class="bodytext">
|
||||||
|
<p>
|
||||||
|
This schema defines attributes and an attribute group suitable
|
||||||
|
for use by schemas wishing to allow <code>xml:base</code>,
|
||||||
|
<code>xml:lang</code>, <code>xml:space</code> or
|
||||||
|
<code>xml:id</code> attributes on elements they define.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
To enable this, such a schema must import this schema for
|
||||||
|
the XML namespace, e.g. as follows:
|
||||||
|
</p>
|
||||||
|
<pre>
|
||||||
|
<schema . . .>
|
||||||
|
. . .
|
||||||
|
<import namespace="http://www.w3.org/XML/1998/namespace"
|
||||||
|
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
|
||||||
|
</pre>
|
||||||
|
<p>
|
||||||
|
or
|
||||||
|
</p>
|
||||||
|
<pre>
|
||||||
|
<import namespace="http://www.w3.org/XML/1998/namespace"
|
||||||
|
schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
|
||||||
|
</pre>
|
||||||
|
<p>
|
||||||
|
Subsequently, qualified reference to any of the attributes or the
|
||||||
|
group defined below will have the desired effect, e.g.
|
||||||
|
</p>
|
||||||
|
<pre>
|
||||||
|
<type . . .>
|
||||||
|
. . .
|
||||||
|
<attributeGroup ref="xml:specialAttrs"/>
|
||||||
|
</pre>
|
||||||
|
<p>
|
||||||
|
will define a type which will schema-validate an instance element
|
||||||
|
with any of those attributes.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>
|
||||||
|
<div id="nsversioning" xml:id="nsversioning">
|
||||||
|
<h2>
|
||||||
|
<a name="nsversioning">Versioning policy for this schema document</a>
|
||||||
|
</h2>
|
||||||
|
<div class="bodytext">
|
||||||
|
<p>
|
||||||
|
In keeping with the XML Schema WG's standard versioning
|
||||||
|
policy, this schema document will persist at
|
||||||
|
<a href="http://www.w3.org/2009/01/xml.xsd">
|
||||||
|
http://www.w3.org/2009/01/xml.xsd</a>.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
At the date of issue it can also be found at
|
||||||
|
<a href="http://www.w3.org/2001/xml.xsd">
|
||||||
|
http://www.w3.org/2001/xml.xsd</a>.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The schema document at that URI may however change in the future,
|
||||||
|
in order to remain compatible with the latest version of XML
|
||||||
|
Schema itself, or with the XML namespace itself. In other words,
|
||||||
|
if the XML Schema or XML namespaces change, the version of this
|
||||||
|
document at <a href="http://www.w3.org/2001/xml.xsd">
|
||||||
|
http://www.w3.org/2001/xml.xsd
|
||||||
|
</a>
|
||||||
|
will change accordingly; the version at
|
||||||
|
<a href="http://www.w3.org/2009/01/xml.xsd">
|
||||||
|
http://www.w3.org/2009/01/xml.xsd
|
||||||
|
</a>
|
||||||
|
will not change.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Previous dated (and unchanging) versions of this schema
|
||||||
|
document are at:
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="http://www.w3.org/2009/01/xml.xsd">
|
||||||
|
http://www.w3.org/2009/01/xml.xsd</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://www.w3.org/2007/08/xml.xsd">
|
||||||
|
http://www.w3.org/2007/08/xml.xsd</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://www.w3.org/2004/10/xml.xsd">
|
||||||
|
http://www.w3.org/2004/10/xml.xsd</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://www.w3.org/2001/03/xml.xsd">
|
||||||
|
http://www.w3.org/2001/03/xml.xsd</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:schema>
|
||||||
254
input-cache/schemas/R5/xmldsig-core-schema.xsd
Normal file
254
input-cache/schemas/R5/xmldsig-core-schema.xsd
Normal file
@ -0,0 +1,254 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Schema for XML Signatures
|
||||||
|
http://www.w3.org/2000/09/xmldsig#
|
||||||
|
$Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $
|
||||||
|
|
||||||
|
Copyright 2001 The Internet Society and W3C (Massachusetts Institute
|
||||||
|
of Technology, Institut National de Recherche en Informatique et en
|
||||||
|
Automatique, Keio University). All Rights Reserved.
|
||||||
|
http://www.w3.org/Consortium/Legal/
|
||||||
|
|
||||||
|
This document is governed by the W3C Software License [1] as described
|
||||||
|
in the FAQ [2].
|
||||||
|
|
||||||
|
[1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
|
||||||
|
[2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
|
||||||
|
-->
|
||||||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified" version="0.1">
|
||||||
|
<!-- Basic Types Defined for Signatures -->
|
||||||
|
<simpleType name="CryptoBinary">
|
||||||
|
<restriction base="base64Binary"/>
|
||||||
|
</simpleType>
|
||||||
|
<!-- Start Signature -->
|
||||||
|
<element name="Signature" type="ds:SignatureType"/>
|
||||||
|
<complexType name="SignatureType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:SignedInfo"/>
|
||||||
|
<element ref="ds:SignatureValue"/>
|
||||||
|
<element ref="ds:KeyInfo" minOccurs="0"/>
|
||||||
|
<element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="SignatureValue" type="ds:SignatureValueType"/>
|
||||||
|
<complexType name="SignatureValueType">
|
||||||
|
<simpleContent>
|
||||||
|
<extension base="base64Binary">
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</extension>
|
||||||
|
</simpleContent>
|
||||||
|
</complexType>
|
||||||
|
<!-- Start SignedInfo -->
|
||||||
|
<element name="SignedInfo" type="ds:SignedInfoType"/>
|
||||||
|
<complexType name="SignedInfoType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:CanonicalizationMethod"/>
|
||||||
|
<element ref="ds:SignatureMethod"/>
|
||||||
|
<element ref="ds:Reference" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
|
||||||
|
<complexType name="CanonicalizationMethodType" mixed="true">
|
||||||
|
<sequence>
|
||||||
|
<any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
<!-- (0,unbounded) elements from (1,1) namespace -->
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="SignatureMethod" type="ds:SignatureMethodType"/>
|
||||||
|
<complexType name="SignatureMethodType" mixed="true">
|
||||||
|
<sequence>
|
||||||
|
<element name="HMACOutputLength" type="ds:HMACOutputLengthType" minOccurs="0"/>
|
||||||
|
<any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
<!-- (0,unbounded) elements from (1,1) external namespace -->
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||||
|
</complexType>
|
||||||
|
<!-- Start Reference -->
|
||||||
|
<element name="Reference" type="ds:ReferenceType"/>
|
||||||
|
<complexType name="ReferenceType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:Transforms" minOccurs="0"/>
|
||||||
|
<element ref="ds:DigestMethod"/>
|
||||||
|
<element ref="ds:DigestValue"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
<attribute name="URI" type="anyURI" use="optional"/>
|
||||||
|
<attribute name="Type" type="anyURI" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="Transforms" type="ds:TransformsType"/>
|
||||||
|
<complexType name="TransformsType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:Transform" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
</complexType>
|
||||||
|
<element name="Transform" type="ds:TransformType"/>
|
||||||
|
<complexType name="TransformType" mixed="true">
|
||||||
|
<choice minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<any namespace="##other" processContents="lax"/>
|
||||||
|
<!-- (1,1) elements from (0,unbounded) namespaces -->
|
||||||
|
<element name="XPath" type="string"/>
|
||||||
|
</choice>
|
||||||
|
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||||
|
</complexType>
|
||||||
|
<!-- End Reference -->
|
||||||
|
<element name="DigestMethod" type="ds:DigestMethodType"/>
|
||||||
|
<complexType name="DigestMethodType" mixed="true">
|
||||||
|
<sequence>
|
||||||
|
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="DigestValue" type="ds:DigestValueType"/>
|
||||||
|
<simpleType name="DigestValueType">
|
||||||
|
<restriction base="base64Binary"/>
|
||||||
|
</simpleType>
|
||||||
|
<!-- End SignedInfo -->
|
||||||
|
<!-- Start KeyInfo -->
|
||||||
|
<element name="KeyInfo" type="ds:KeyInfoType"/>
|
||||||
|
<complexType name="KeyInfoType" mixed="true">
|
||||||
|
<choice maxOccurs="unbounded">
|
||||||
|
<element ref="ds:KeyName"/>
|
||||||
|
<element ref="ds:KeyValue"/>
|
||||||
|
<element ref="ds:RetrievalMethod"/>
|
||||||
|
<element ref="ds:X509Data"/>
|
||||||
|
<element ref="ds:PGPData"/>
|
||||||
|
<element ref="ds:SPKIData"/>
|
||||||
|
<element ref="ds:MgmtData"/>
|
||||||
|
<any namespace="##other" processContents="lax"/>
|
||||||
|
<!-- (1,1) elements from (0,unbounded) namespaces -->
|
||||||
|
</choice>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="KeyName" type="string"/>
|
||||||
|
<element name="MgmtData" type="string"/>
|
||||||
|
<element name="KeyValue" type="ds:KeyValueType"/>
|
||||||
|
<complexType name="KeyValueType" mixed="true">
|
||||||
|
<choice>
|
||||||
|
<element ref="ds:DSAKeyValue"/>
|
||||||
|
<element ref="ds:RSAKeyValue"/>
|
||||||
|
<any namespace="##other" processContents="lax"/>
|
||||||
|
</choice>
|
||||||
|
</complexType>
|
||||||
|
<element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
|
||||||
|
<complexType name="RetrievalMethodType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:Transforms" minOccurs="0"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="URI" type="anyURI"/>
|
||||||
|
<attribute name="Type" type="anyURI" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<!-- Start X509Data -->
|
||||||
|
<element name="X509Data" type="ds:X509DataType"/>
|
||||||
|
<complexType name="X509DataType">
|
||||||
|
<sequence maxOccurs="unbounded">
|
||||||
|
<choice>
|
||||||
|
<element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
|
||||||
|
<element name="X509SKI" type="base64Binary"/>
|
||||||
|
<element name="X509SubjectName" type="string"/>
|
||||||
|
<element name="X509Certificate" type="base64Binary"/>
|
||||||
|
<element name="X509CRL" type="base64Binary"/>
|
||||||
|
<any namespace="##other" processContents="lax"/>
|
||||||
|
</choice>
|
||||||
|
</sequence>
|
||||||
|
</complexType>
|
||||||
|
<complexType name="X509IssuerSerialType">
|
||||||
|
<sequence>
|
||||||
|
<element name="X509IssuerName" type="string"/>
|
||||||
|
<element name="X509SerialNumber" type="integer"/>
|
||||||
|
</sequence>
|
||||||
|
</complexType>
|
||||||
|
<!-- End X509Data -->
|
||||||
|
<!-- Begin PGPData -->
|
||||||
|
<element name="PGPData" type="ds:PGPDataType"/>
|
||||||
|
<complexType name="PGPDataType">
|
||||||
|
<choice>
|
||||||
|
<sequence>
|
||||||
|
<element name="PGPKeyID" type="base64Binary"/>
|
||||||
|
<element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/>
|
||||||
|
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
<sequence>
|
||||||
|
<element name="PGPKeyPacket" type="base64Binary"/>
|
||||||
|
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
</choice>
|
||||||
|
</complexType>
|
||||||
|
<!-- End PGPData -->
|
||||||
|
<!-- Begin SPKIData -->
|
||||||
|
<element name="SPKIData" type="ds:SPKIDataType"/>
|
||||||
|
<complexType name="SPKIDataType">
|
||||||
|
<sequence maxOccurs="unbounded">
|
||||||
|
<element name="SPKISexp" type="base64Binary"/>
|
||||||
|
<any namespace="##other" processContents="lax" minOccurs="0"/>
|
||||||
|
</sequence>
|
||||||
|
</complexType>
|
||||||
|
<!-- End SPKIData -->
|
||||||
|
<!-- End KeyInfo -->
|
||||||
|
<!-- Start Object (Manifest, SignatureProperty) -->
|
||||||
|
<element name="Object" type="ds:ObjectType"/>
|
||||||
|
<complexType name="ObjectType" mixed="true">
|
||||||
|
<sequence minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<any namespace="##any" processContents="lax"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
<attribute name="MimeType" type="string" use="optional"/>
|
||||||
|
<attribute name="Encoding" type="anyURI" use="optional"/>
|
||||||
|
<!-- add a grep facet -->
|
||||||
|
</complexType>
|
||||||
|
<element name="Manifest" type="ds:ManifestType"/>
|
||||||
|
<complexType name="ManifestType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:Reference" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
|
||||||
|
<complexType name="SignaturePropertiesType">
|
||||||
|
<sequence>
|
||||||
|
<element ref="ds:SignatureProperty" maxOccurs="unbounded"/>
|
||||||
|
</sequence>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<element name="SignatureProperty" type="ds:SignaturePropertyType"/>
|
||||||
|
<complexType name="SignaturePropertyType" mixed="true">
|
||||||
|
<choice maxOccurs="unbounded">
|
||||||
|
<any namespace="##other" processContents="lax"/>
|
||||||
|
<!-- (1,1) elements from (1,unbounded) namespaces -->
|
||||||
|
</choice>
|
||||||
|
<attribute name="Target" type="anyURI" use="required"/>
|
||||||
|
<attribute name="Id" type="ID" use="optional"/>
|
||||||
|
</complexType>
|
||||||
|
<!-- End Object (Manifest, SignatureProperty) -->
|
||||||
|
<!-- Start Algorithm Parameters -->
|
||||||
|
<simpleType name="HMACOutputLengthType">
|
||||||
|
<restriction base="integer"/>
|
||||||
|
</simpleType>
|
||||||
|
<!-- Start KeyValue Element-types -->
|
||||||
|
<element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
|
||||||
|
<complexType name="DSAKeyValueType">
|
||||||
|
<sequence>
|
||||||
|
<sequence minOccurs="0">
|
||||||
|
<element name="P" type="ds:CryptoBinary"/>
|
||||||
|
<element name="Q" type="ds:CryptoBinary"/>
|
||||||
|
</sequence>
|
||||||
|
<element name="G" type="ds:CryptoBinary" minOccurs="0"/>
|
||||||
|
<element name="Y" type="ds:CryptoBinary"/>
|
||||||
|
<element name="J" type="ds:CryptoBinary" minOccurs="0"/>
|
||||||
|
<sequence minOccurs="0">
|
||||||
|
<element name="Seed" type="ds:CryptoBinary"/>
|
||||||
|
<element name="PgenCounter" type="ds:CryptoBinary"/>
|
||||||
|
</sequence>
|
||||||
|
</sequence>
|
||||||
|
</complexType>
|
||||||
|
<element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
|
||||||
|
<complexType name="RSAKeyValueType">
|
||||||
|
<sequence>
|
||||||
|
<element name="Modulus" type="ds:CryptoBinary"/>
|
||||||
|
<element name="Exponent" type="ds:CryptoBinary"/>
|
||||||
|
</sequence>
|
||||||
|
</complexType>
|
||||||
|
<!-- End KeyValue Element-types -->
|
||||||
|
<!-- End Signature -->
|
||||||
|
</schema>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"system" : "http://hl7.org/fhir/resource-types"
|
"system" : "http://hl7.org/fhir/resource-types"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
|
}, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS"}####
|
||||||
v: {
|
v: {
|
||||||
"display" : "",
|
"display" : "",
|
||||||
"severity" : "error",
|
"severity" : "error",
|
||||||
|
|||||||
@ -1,54 +1,4 @@
|
|||||||
-------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------
|
||||||
{"code" : {
|
|
||||||
"coding" : [{
|
|
||||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
|
||||||
"code" : "001"
|
|
||||||
}]
|
|
||||||
}, "valueSet" :{
|
|
||||||
"resourceType" : "ValueSet",
|
|
||||||
"compose" : {
|
|
||||||
"include" : [{
|
|
||||||
"system" : "urn:iso:std:iso:3166"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"system" : "urn:iso:std:iso:3166:-2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
|
||||||
"filter" : [{
|
|
||||||
"property" : "class",
|
|
||||||
"op" : "=",
|
|
||||||
"value" : "region"
|
|
||||||
}]
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
}, "lang":"null"}####
|
|
||||||
v: {
|
|
||||||
"display" : "",
|
|
||||||
"severity" : "error",
|
|
||||||
"error" : "Unknown code system urn:iso:std:iso:3166:-2"
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------------
|
|
||||||
{"code" : {
|
|
||||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
|
||||||
"code" : "001"
|
|
||||||
}, "valueSet" :null, "lang":"null"}####
|
|
||||||
v: {
|
|
||||||
"display" : "World",
|
|
||||||
"severity" : null,
|
|
||||||
"error" : ""
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------------
|
|
||||||
{"code" : {
|
|
||||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
|
||||||
"code" : "001"
|
|
||||||
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"false", "guessSystem":"false"}####
|
|
||||||
v: {
|
|
||||||
"display" : "World",
|
|
||||||
"severity" : null,
|
|
||||||
"error" : ""
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------------
|
|
||||||
{"code" : {
|
{"code" : {
|
||||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||||
"code" : "001"
|
"code" : "001"
|
||||||
@ -64,7 +14,7 @@ v: {
|
|||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}, "lang":"null", "useServer":"true", "useClient":"false", "guessSystem":"false"}####
|
}, "lang":"null", "useServer":"true", "useClient":"false", "guessSystem":"false", "valueSetMode":"ALL_CHECKS"}####
|
||||||
v: {
|
v: {
|
||||||
"display" : "",
|
"display" : "",
|
||||||
"severity" : "error",
|
"severity" : "error",
|
||||||
@ -74,7 +24,7 @@ v: {
|
|||||||
{"code" : {
|
{"code" : {
|
||||||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
|
||||||
"code" : "001"
|
"code" : "001"
|
||||||
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
|
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS"}####
|
||||||
v: {
|
v: {
|
||||||
"display" : "World",
|
"display" : "World",
|
||||||
"severity" : null,
|
"severity" : null,
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
{"code" : {
|
{"code" : {
|
||||||
"system" : "http://loinc.org",
|
"system" : "http://loinc.org",
|
||||||
"code" : "85354-9"
|
"code" : "85354-9"
|
||||||
}, "valueSet" :null, "lang":"null"}####
|
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS"}####
|
||||||
v: {
|
v: {
|
||||||
"display" : "Blood pressure panel with all children optional",
|
"display" : "Blood pressure panel with all children optional",
|
||||||
"severity" : null,
|
"severity" : null,
|
||||||
@ -12,7 +12,7 @@ v: {
|
|||||||
{"code" : {
|
{"code" : {
|
||||||
"system" : "http://loinc.org",
|
"system" : "http://loinc.org",
|
||||||
"code" : "8480-6"
|
"code" : "8480-6"
|
||||||
}, "valueSet" :null, "lang":"null"}####
|
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS"}####
|
||||||
v: {
|
v: {
|
||||||
"display" : "Systolic blood pressure",
|
"display" : "Systolic blood pressure",
|
||||||
"severity" : null,
|
"severity" : null,
|
||||||
@ -22,37 +22,7 @@ v: {
|
|||||||
{"code" : {
|
{"code" : {
|
||||||
"system" : "http://loinc.org",
|
"system" : "http://loinc.org",
|
||||||
"code" : "8462-4"
|
"code" : "8462-4"
|
||||||
}, "valueSet" :null, "lang":"null"}####
|
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS"}####
|
||||||
v: {
|
|
||||||
"display" : "Diastolic blood pressure",
|
|
||||||
"severity" : null,
|
|
||||||
"error" : ""
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------------
|
|
||||||
{"code" : {
|
|
||||||
"system" : "http://loinc.org",
|
|
||||||
"code" : "85354-9"
|
|
||||||
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
|
|
||||||
v: {
|
|
||||||
"display" : "Blood pressure panel with all children optional",
|
|
||||||
"severity" : null,
|
|
||||||
"error" : ""
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------------
|
|
||||||
{"code" : {
|
|
||||||
"system" : "http://loinc.org",
|
|
||||||
"code" : "8480-6"
|
|
||||||
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
|
|
||||||
v: {
|
|
||||||
"display" : "Systolic blood pressure",
|
|
||||||
"severity" : null,
|
|
||||||
"error" : ""
|
|
||||||
}
|
|
||||||
-------------------------------------------------------------------------------------
|
|
||||||
{"code" : {
|
|
||||||
"system" : "http://loinc.org",
|
|
||||||
"code" : "8462-4"
|
|
||||||
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
|
|
||||||
v: {
|
v: {
|
||||||
"display" : "Diastolic blood pressure",
|
"display" : "Diastolic blood pressure",
|
||||||
"severity" : null,
|
"severity" : null,
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.0.304
|
1.0.308
|
||||||
@ -1,7 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<id value="example"/>
|
<id value="example"/>
|
||||||
<extension url="http://example.org/fhir/uv/myig/StructureDefinition/ext-myExtension">
|
<meta>
|
||||||
|
<profile value="http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient"/>
|
||||||
|
</meta>
|
||||||
|
<extension url="http://somewhere.org/fhir/uv/myig/StructureDefinition/ext-myExtension">
|
||||||
<valueBoolean value="false"/>
|
<valueBoolean value="false"/>
|
||||||
</extension>
|
</extension>
|
||||||
<name>
|
<name>
|
||||||
|
|||||||
@ -4,3 +4,14 @@
|
|||||||
// We define the version on a global basis, so don't need it on the individual source definitions
|
// We define the version on a global basis, so don't need it on the individual source definitions
|
||||||
WARNING: http://hl7.org/fhir/uv/myig/StructureDefinition/ext-myExtension: Profiles SHOULD state their own version
|
WARNING: http://hl7.org/fhir/uv/myig/StructureDefinition/ext-myExtension: Profiles SHOULD state their own version
|
||||||
WARNING: http://hl7.org/fhir/uv/myig/StructureDefinition/somepatientprofile: Profiles SHOULD state their own version
|
WARNING: http://hl7.org/fhir/uv/myig/StructureDefinition/somepatientprofile: Profiles SHOULD state their own version
|
||||||
|
|
||||||
|
// This is inherited from the base resource
|
||||||
|
WARNING: StructureDefinition/myObservation: StructureDefinition.snapshot.element[15].mapping[3].map: value should not start or finish with whitespace
|
||||||
|
|
||||||
|
// We're expecting these to not match the slice - we're showing how you can use slicing to define the one repetition you want even when many repetitions might be present
|
||||||
|
INFORMATION: Patient/example: Patient.name[0]: This element does not match any known slice for the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient
|
||||||
|
INFORMATION: Patient/example: Patient.name[1]: This element does not match any known slice for the profile http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient
|
||||||
|
|
||||||
|
// If this was a real IG, there should be examples for these profiles too. But it's not, and I'm lazy...
|
||||||
|
WARNING: http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation: The Implementation Guide contains no examples for this profile
|
||||||
|
WARNING: http://somewhere.org/fhir/uv/myig/StructureDefinition/mypractitioner: The Implementation Guide contains no examples for this profile
|
||||||
|
|||||||
@ -1,8 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Start by finding all references to "myig" and updating to appropriate text for your IG, including changing realm -->
|
<!-- Start by finding all references to "myig" and updating to appropriate text for your IG, including changing realm -->
|
||||||
<ImplementationGuide xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../input-cache/schemas-r5/fhir-single.xsd">
|
<ImplementationGuide xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<id value="example.fhir.uv.myig"/>
|
<id value="example.fhir.uv.myig"/>
|
||||||
<url value="http://example.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"/>
|
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
|
||||||
|
<valueString value="resources-spreadsheet.xml"/>
|
||||||
|
</extension>-->
|
||||||
|
<url value="http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"/>
|
||||||
|
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
|
||||||
|
<version value="0.1.0"/>
|
||||||
<name value="YourComputableMyIGNameHere"/>
|
<name value="YourComputableMyIGNameHere"/>
|
||||||
<title value="Your User Friendly Name for MyIG Here"/>
|
<title value="Your User Friendly Name for MyIG Here"/>
|
||||||
<status value="draft"/>
|
<status value="draft"/>
|
||||||
@ -29,18 +34,27 @@
|
|||||||
</coding>
|
</coding>
|
||||||
</jurisdiction>
|
</jurisdiction>
|
||||||
<packageId value="example.fhir.uv.myig"/>
|
<packageId value="example.fhir.uv.myig"/>
|
||||||
<!-- This is whatever FHIR version the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
|
<!-- This should be changed to 'not-open-source' or another license if appropriate for non-HL7-published content -->
|
||||||
|
<license value="CC0-1.0"/>
|
||||||
|
<!-- This is whatever FHIR version(s) the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
|
||||||
<fhirVersion value="4.0.1"/>
|
<fhirVersion value="4.0.1"/>
|
||||||
<definition>
|
<definition>
|
||||||
<!-- You don't need to define any groupings. The IGPublisher will define them for you. You only need to do so if your IG is 'special' and it's
|
<!-- You don't need to define any groupings. The IGPublisher will define them for you. You only need to do so if your IG is 'special' and it's
|
||||||
inappropriate to use the defaults. Feel free to provide feedback about the defaults... -->
|
inappropriate to use the defaults. Feel free to provide feedback about the defaults... -->
|
||||||
<!-- <resource>
|
<resource>
|
||||||
<reference>
|
<reference>
|
||||||
<reference value="StructureDefinition/structuredefinition-somePatientProfile"/>
|
<reference value="StructureDefinition/mypatient"/>
|
||||||
</reference>
|
</reference>
|
||||||
<name value="Name you want in artifact list"/>
|
<description value="Overriding description because we can"/>
|
||||||
<description value="Description you want in artifact list"/>
|
</resource>
|
||||||
</resource>-->
|
<resource>
|
||||||
|
<reference>
|
||||||
|
<reference value="Patient/example"/>
|
||||||
|
</reference>
|
||||||
|
<name value="Simple patient example"/>
|
||||||
|
<description value="A simple example showing how examples are defined and referenced"/>
|
||||||
|
<exampleCanonical value="http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient"/>
|
||||||
|
</resource>
|
||||||
<page>
|
<page>
|
||||||
<!-- The root will always be toc.html - the template will force it if you don't do it -->
|
<!-- The root will always be toc.html - the template will force it if you don't do it -->
|
||||||
<nameUrl value="toc.html"/>
|
<nameUrl value="toc.html"/>
|
||||||
@ -72,5 +86,36 @@
|
|||||||
<generation value="html"/>
|
<generation value="html"/>
|
||||||
</page>
|
</page>
|
||||||
</page>
|
</page>
|
||||||
|
<!-- copyright year is a mandatory parameter -->
|
||||||
|
<parameter>
|
||||||
|
<code value="copyrightyear"/>
|
||||||
|
<value value="2019+"/>
|
||||||
|
</parameter>
|
||||||
|
<!-- releaselabel should be the ballot status for HL7-published IGs. -->
|
||||||
|
<parameter>
|
||||||
|
<code value="releaselabel"/>
|
||||||
|
<value value="CI Build"/>
|
||||||
|
</parameter>
|
||||||
|
<parameter>
|
||||||
|
<code value="find-other-resources"/>
|
||||||
|
<value value="true"/>
|
||||||
|
</parameter>
|
||||||
|
<!-- Uncomment one or more of these if you want to limit which syntaxes are supported or want to disable the display of mappings
|
||||||
|
<parameter>
|
||||||
|
<code value="excludexml"/>
|
||||||
|
<value value="true"/>
|
||||||
|
</parameter>
|
||||||
|
<parameter>
|
||||||
|
<code value="excludejson"/>
|
||||||
|
<value value="true"/>
|
||||||
|
</parameter>
|
||||||
|
<parameter>
|
||||||
|
<code value="excludettl"/>
|
||||||
|
<value value="true"/>
|
||||||
|
</parameter>
|
||||||
|
<parameter>
|
||||||
|
<code value="excludemap"/>
|
||||||
|
<value value="true"/>
|
||||||
|
</parameter>-->
|
||||||
</definition>
|
</definition>
|
||||||
</ImplementationGuide>
|
</ImplementationGuide>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<p>
|
<p>
|
||||||
Introductory guidance on the patient profile
|
Introductory guidance on the patient profile
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<p>
|
<p>
|
||||||
Usage notes on the patient profile
|
Usage notes on the patient profile
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -1,5 +1,10 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<p>
|
<h3>Heading 1</h3>
|
||||||
<img src="anImage.png" alt="A sample image"/>
|
<p>
|
||||||
|
Some text
|
||||||
</p>
|
</p>
|
||||||
|
<h3>Heading 2</h3>
|
||||||
|
<p>
|
||||||
|
<img height="600" src="anImage.png" alt="A sample image"/>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<p>
|
<p>
|
||||||
This provides a list of changes to the MyIG specification since its initial release
|
This provides a list of changes to the MyIG specification since its initial release
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -1,5 +1,48 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
|
{% assign excludexml = site.data.info.excludexml | downcase | slice: 0 %}
|
||||||
|
{% assign excludejson = site.data.info.excludejson | downcase | slice: 0 %}
|
||||||
|
{% assign excludettl = site.data.info.excludettl | downcase | slice: 0 %}
|
||||||
<p>
|
<p>
|
||||||
To do
|
Download the entire implementation guide <a href="full-ig.zip">here</a>
|
||||||
</p>
|
</p>
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th>Artifact Definitions</th>
|
||||||
|
{% unless excludexml == 'y' %}
|
||||||
|
<td>
|
||||||
|
<a href="definitions.xml.zip">XML</a>
|
||||||
|
</td>
|
||||||
|
{% endunless %}
|
||||||
|
{% unless excludejson == 'y' %}
|
||||||
|
<td>
|
||||||
|
<a href="definitions.json.zip">JSON</a>
|
||||||
|
</td>
|
||||||
|
{% endunless %}
|
||||||
|
{% unless excludettl == 'y' %}
|
||||||
|
<td>
|
||||||
|
<a href="definitions.ttl.zip">Turtle</a>
|
||||||
|
</td>
|
||||||
|
{% endunless %}
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Examples</th>
|
||||||
|
{% unless excludexml == 'y' %}
|
||||||
|
<td>
|
||||||
|
<a href="examples.xml.zip">XML</a>
|
||||||
|
</td>
|
||||||
|
{% endunless %}
|
||||||
|
{% unless excludejson == 'y' %}
|
||||||
|
<td>
|
||||||
|
<a href="examples.json.zip">JSON</a>
|
||||||
|
</td>
|
||||||
|
{% endunless %}
|
||||||
|
{% unless excludettl == 'y' %}
|
||||||
|
<td>
|
||||||
|
<a href="examples.ttl.zip">Turtle</a>
|
||||||
|
</td>
|
||||||
|
{% endunless %}
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<!-- The spaces between the open and close "a" tag are mandatory. (Cuz HTML renderers are dumb...) -->
|
<!-- The spaces between the open and close "a" tag are mandatory. (Cuz HTML renderers are dumb...) -->
|
||||||
<a name="intro"> </a>
|
<a name="intro"> </a>
|
||||||
<h3>Introduction</h3>
|
<h3>Introduction</h3>
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
###A Heading
|
### A Heading
|
||||||
You can also use markdown if that's your thing
|
You can also use markdown if that's your thing
|
||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas-r5/fhir-single.xsd">
|
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<id value="myObservation"/>
|
<id value="myObservation"/>
|
||||||
<url value="http://example.org/fhir/uv/myig/StructureDefinition/myObservation"/>
|
<url value="http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"/>
|
||||||
<name value="MyObservation"/>
|
<name value="MyObservation"/>
|
||||||
<title value="My Observation Profile"/>
|
<title value="My Observation Profile"/>
|
||||||
<status value="draft"/>
|
<status value="draft"/>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user